Merge branch 'hotfix/traefik-ingressroute-with-path'

This commit is contained in:
Michael Auer
2025-03-11 18:05:31 +01:00
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: image:
harborRepo: isa/ui harborRepo: isa/ui
tag: %BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION% tag: %BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION%
ingress: ingress:
enabled: true enabled: true
path: / path: /isa-ui/v%MAJOR%
hosts: hosts:
- isa-%LOWERENVIRONMENT%.kubernetes.paragon-systems.de - isa-%LOWERENVIRONMENT%.kubernetes.paragon-systems.de

View File

@@ -1,11 +1,11 @@
fullnameOverride: isa-ui fullnameOverride: isa-ui-v%MAJOR%
image: image:
harborRepo: isa/ui harborRepo: isa/ui
tag: %BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION% tag: %BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION%
ingress: ingress:
enabled: true enabled: true
path: / path: /isa-ui/v%MAJOR%
hosts: hosts:
- isa-%LOWERENVIRONMENT%.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: image:
harborRepo: isa/ui harborRepo: isa/ui
tag: %BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION% tag: %BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION%
@@ -7,7 +7,7 @@ replicaCount: 2
ingress: ingress:
enabled: true enabled: true
path: / path: /isa-ui/v%MAJOR%
hosts: hosts:
- isa.kubernetes.paragon-systems.de - isa.kubernetes.paragon-systems.de
- isa-%LOWERENVIRONMENT%.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: image:
harborRepo: isa/ui harborRepo: isa/ui
tag: %BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION% tag: %BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION%
@@ -7,7 +7,7 @@ replicaCount: 2
ingress: ingress:
enabled: true enabled: true
path: / path: /isa-ui/v%MAJOR%
hosts: hosts:
- isa-%LOWERENVIRONMENT%.kubernetes.paragon-systems.de - isa-%LOWERENVIRONMENT%.kubernetes.paragon-systems.de

View File

@@ -1,11 +1,11 @@
fullnameOverride: isa-ui fullnameOverride: isa-ui-v%MAJOR%
image: image:
harborRepo: isa/ui harborRepo: isa/ui
tag: %BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION% tag: %BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION%
ingress: ingress:
enabled: true enabled: true
path: / path: /isa-ui/v%MAJOR%
hosts: hosts:
- isa-%LOWERENVIRONMENT%.kubernetes.paragon-systems.de - isa-%LOWERENVIRONMENT%.kubernetes.paragon-systems.de