mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Merged PR 1824: ISA-Frontend - Expliziter Pfad für Traefik IngressRoute
Früher wurde die IngressRoute für die ISA-UI mit dem Pfad "/" angelegt, jetzt mit "/isa-ui/v%MAJOR%"
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
fullnameOverride: isa-ui-feature
|
||||
fullnameOverride: isa-ui-feature-v%MAJOR%
|
||||
image:
|
||||
harborRepo: isa/ui
|
||||
tag: %BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION%
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
path: /
|
||||
path: /isa-ui/v%MAJOR%
|
||||
hosts:
|
||||
- isa-%LOWERENVIRONMENT%.kubernetes.paragon-systems.de
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
fullnameOverride: isa-ui
|
||||
fullnameOverride: isa-ui-v%MAJOR%
|
||||
image:
|
||||
harborRepo: isa/ui
|
||||
tag: %BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION%
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
path: /
|
||||
path: /isa-ui/v%MAJOR%
|
||||
hosts:
|
||||
- isa-%LOWERENVIRONMENT%.kubernetes.paragon-systems.de
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
fullnameOverride: isa-ui
|
||||
fullnameOverride: isa-ui-v%MAJOR%
|
||||
image:
|
||||
harborRepo: isa/ui
|
||||
tag: %BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION%
|
||||
@@ -7,7 +7,7 @@ replicaCount: 2
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
path: /
|
||||
path: /isa-ui/v%MAJOR%
|
||||
hosts:
|
||||
- isa.kubernetes.paragon-systems.de
|
||||
- isa-%LOWERENVIRONMENT%.kubernetes.paragon-systems.de
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
fullnameOverride: isa-ui
|
||||
fullnameOverride: isa-ui-v%MAJOR%
|
||||
image:
|
||||
harborRepo: isa/ui
|
||||
tag: %BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION%
|
||||
@@ -7,7 +7,7 @@ replicaCount: 2
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
path: /
|
||||
path: /isa-ui/v%MAJOR%
|
||||
hosts:
|
||||
- isa-%LOWERENVIRONMENT%.kubernetes.paragon-systems.de
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
fullnameOverride: isa-ui
|
||||
fullnameOverride: isa-ui-v%MAJOR%
|
||||
image:
|
||||
harborRepo: isa/ui
|
||||
tag: %BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION%
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
path: /
|
||||
path: /isa-ui/v%MAJOR%
|
||||
hosts:
|
||||
- isa-%LOWERENVIRONMENT%.kubernetes.paragon-systems.de
|
||||
|
||||
|
||||
Reference in New Issue
Block a user