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:
Michael Auer
2025-02-27 14:05:54 +00:00
parent c49b0625c1
commit c9b2762bbc
5 changed files with 10 additions and 10 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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