diff --git a/helm-sources-demo/templates/ingress.yaml b/helm-sources-demo/templates/ingress.yaml index 0a8e2f0..fe78b26 100644 --- a/helm-sources-demo/templates/ingress.yaml +++ b/helm-sources-demo/templates/ingress.yaml @@ -50,16 +50,6 @@ spec: name: concept-catalog-gui port: number: 8080 - - host: {{ required "Missing value HOSTNAME_CONCEPT_CATALOGUE" .Values.HOSTNAME_CONCEPT_CATALOGUE }} - http: - paths: - - path: /* - pathType: ImplementationSpecific - backend: - service: - name: concept-catalog - port: - number: 8080 - host: {{ required "Missing value HOSTNAME_CONCEPT_CATALOG" .Values.HOSTNAME_CONCEPT_CATALOG }} http: paths: diff --git a/helm-sources-staging/templates/ingress.yaml b/helm-sources-staging/templates/ingress.yaml index a8f4711..c9b0312 100644 --- a/helm-sources-staging/templates/ingress.yaml +++ b/helm-sources-staging/templates/ingress.yaml @@ -50,16 +50,6 @@ spec: name: concept-catalog-gui port: number: 8080 - - host: {{ required "Missing value HOSTNAME_CONCEPT_CATALOGUE" .Values.HOSTNAME_CONCEPT_CATALOGUE }} - http: - paths: - - path: /* - pathType: ImplementationSpecific - backend: - service: - name: concept-catalog - port: - number: 8080 - host: {{ required "Missing value HOSTNAME_CONCEPT_CATALOG" .Values.HOSTNAME_CONCEPT_CATALOG }} http: paths: diff --git a/helm-sources/templates/ingress.yaml b/helm-sources/templates/ingress.yaml index e63f626..138b70c 100644 --- a/helm-sources/templates/ingress.yaml +++ b/helm-sources/templates/ingress.yaml @@ -70,16 +70,6 @@ spec: name: concept-catalog-gui port: number: 8080 - - host: {{ required "Missing value HOSTNAME_CONCEPT_CATALOGUE" .Values.HOSTNAME_CONCEPT_CATALOGUE }} - http: - paths: - - path: /* - pathType: ImplementationSpecific - backend: - service: - name: concept-catalog - port: - number: 8080 - host: {{ required "Missing value HOSTNAME_CONCEPT_CATALOG" .Values.HOSTNAME_CONCEPT_CATALOG }} http: paths: