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