diff --git a/helm-sources/templates/ingress.yaml b/helm-sources/templates/ingress.yaml index 58ddc25..c825ce8 100644 --- a/helm-sources/templates/ingress.yaml +++ b/helm-sources/templates/ingress.yaml @@ -510,3 +510,13 @@ spec: name: prod-nginx-ingress-nginx-controller port: number: 80 + - host: {{ required "Missing value HOSTNAME_CATALOG_VIEW" .Values.HOSTNAME_CATALOG_VIEW }} + http: + paths: + - path: /* + pathType: ImplementationSpecific + backend: + service: + name: prod-nginx-ingress-nginx-controller + port: + number: 80