From 8927f278f32bf0eca169ce4b13fbde8a4ed57274 Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Sat, 21 Sep 2024 15:57:58 +0200 Subject: [PATCH] fix ingress destination --- overlays/prod/patch-ingress.yaml | 3 +++ overlays/stg/patch-ingress.yaml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/overlays/prod/patch-ingress.yaml b/overlays/prod/patch-ingress.yaml index 9a19deb..1ce9544 100644 --- a/overlays/prod/patch-ingress.yaml +++ b/overlays/prod/patch-ingress.yaml @@ -1,3 +1,6 @@ - op: replace path: /spec/routes/0/match value: Host(`anyway.anydev.info`) || Host(`anyway.kluster.moll.re`) +- op: replace + path: /spec/routes/0/services/0/name + value: anyway-backend-prod \ No newline at end of file diff --git a/overlays/stg/patch-ingress.yaml b/overlays/stg/patch-ingress.yaml index 0b0418a..5871fb4 100644 --- a/overlays/stg/patch-ingress.yaml +++ b/overlays/stg/patch-ingress.yaml @@ -1,3 +1,6 @@ - op: replace #action path: /spec/routes/0/match value: Host(`anyway-stg.anydev.info`) || Host(`anyway-stg.kluster.moll.re`) +- op: replace + path: /spec/routes/0/services/0/name + value: anyway-backend-stg \ No newline at end of file