From e1e238f646b5c0c39072a4dcf190222db49ead79 Mon Sep 17 00:00:00 2001 From: Hans Olav Sund Date: Wed, 22 May 2024 15:13:54 +0200 Subject: [PATCH] chore: add transportportal host to prod config --- 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 aab514d..c22b91b 100644 --- a/helm-sources/templates/ingress.yaml +++ b/helm-sources/templates/ingress.yaml @@ -170,6 +170,16 @@ spec: name: fdk-nginx-search port: number: 8080 + - host: {{ required "Missing value HOSTNAME_DATA_TRANSPORTPORTAL" .Values.HOSTNAME_DATA_TRANSPORTPORTAL }} + http: + paths: + - path: /* + pathType: ImplementationSpecific + backend: + service: + name: fdk-nginx-search + port: + number: 8080 - host: {{ required "Missing value HOSTNAME_DATASERVICE_PUBLISHER" .Values.HOSTNAME_DATASERVICE_PUBLISHER }} http: paths: