From 591824196b519d77d75ee7254d7d1ec70516c801 Mon Sep 17 00:00:00 2001 From: Michael Auer Date: Fri, 28 Feb 2025 11:15:20 +0100 Subject: [PATCH] =?UTF-8?q?Cherry-Pick:=20=20PR=201824:=20ISA-Frontend=20-?= =?UTF-8?q?=20Expliziter=20Pfad=20f=C3=BCr=20Traefik=20IngressRoute=20(che?= =?UTF-8?q?rry=20picked=20from=20commit=20c9b2762bbce567542cfe240138b798d3?= =?UTF-8?q?6cb3834d)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helmvalues/client.Feature.yaml | 4 ++-- helmvalues/client.Integration.yaml | 4 ++-- helmvalues/client.Production.yaml | 4 ++-- helmvalues/client.Staging.yaml | 4 ++-- helmvalues/client.Test.yaml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/helmvalues/client.Feature.yaml b/helmvalues/client.Feature.yaml index 41524bf41..f412ec200 100644 --- a/helmvalues/client.Feature.yaml +++ b/helmvalues/client.Feature.yaml @@ -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 diff --git a/helmvalues/client.Integration.yaml b/helmvalues/client.Integration.yaml index 44eff58bf..e4ceb9e63 100644 --- a/helmvalues/client.Integration.yaml +++ b/helmvalues/client.Integration.yaml @@ -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 diff --git a/helmvalues/client.Production.yaml b/helmvalues/client.Production.yaml index 1fa5bd4c4..3cfa619f8 100644 --- a/helmvalues/client.Production.yaml +++ b/helmvalues/client.Production.yaml @@ -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 diff --git a/helmvalues/client.Staging.yaml b/helmvalues/client.Staging.yaml index 41031b6a4..5fbcbbf7a 100644 --- a/helmvalues/client.Staging.yaml +++ b/helmvalues/client.Staging.yaml @@ -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 diff --git a/helmvalues/client.Test.yaml b/helmvalues/client.Test.yaml index 6d8f28d04..38f56b3f8 100644 --- a/helmvalues/client.Test.yaml +++ b/helmvalues/client.Test.yaml @@ -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