From 873540bf8fb285d765d10ac0319f8919c5ba5d59 Mon Sep 17 00:00:00 2001 From: Hans Olav Sund Date: Tue, 23 Apr 2024 10:05:59 +0200 Subject: [PATCH] chore: add resource service host --- helm-sources/templates/ingress.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/helm-sources/templates/ingress.yaml b/helm-sources/templates/ingress.yaml index d64fe53..0746554 100644 --- a/helm-sources/templates/ingress.yaml +++ b/helm-sources/templates/ingress.yaml @@ -510,3 +510,13 @@ spec: number: 80 path: /* pathType: ImplementationSpecific + - host: {{ required "Missing value HOSTNAME_RESOURCE_SERVICE" .Values.HOSTNAME_RESOURCE_SERVICE }} + http: + paths: + - backend: + service: + name: prod-nginx-ingress-nginx-controller + port: + number: 80 + path: /* + pathType: ImplementationSpecific