diff --git a/helm-sources-demo/templates/ingress.yaml b/helm-sources-demo/templates/ingress.yaml index d2a76b3..69c1397 100644 --- a/helm-sources-demo/templates/ingress.yaml +++ b/helm-sources-demo/templates/ingress.yaml @@ -270,16 +270,6 @@ spec: name: dcat-ap-no-validator-service port: number: 8080 - - host: {{ required "Missing value HOSTNAME_FDK_PUBLISHERS" .Values.HOSTNAME_FDK_PUBLISHERS }} - http: - paths: - - path: /* - pathType: ImplementationSpecific - backend: - service: - name: fdk-nginx-publishers - port: - number: 8080 - host: {{ required "Missing value HOSTNAME_CONCEPT_HARVESTER" .Values.HOSTNAME_CONCEPT_HARVESTER }} http: paths: diff --git a/helm-sources-staging/templates/ingress.yaml b/helm-sources-staging/templates/ingress.yaml index a483b78..6b72d1b 100644 --- a/helm-sources-staging/templates/ingress.yaml +++ b/helm-sources-staging/templates/ingress.yaml @@ -280,16 +280,6 @@ spec: name: dcat-ap-no-validator-service port: number: 8080 - - host: {{ required "Missing value HOSTNAME_FDK_PUBLISHERS" .Values.HOSTNAME_FDK_PUBLISHERS }} - http: - paths: - - path: /* - pathType: ImplementationSpecific - backend: - service: - name: fdk-nginx-publishers - port: - number: 8080 - host: {{ required "Missing value HOSTNAME_CONCEPT_HARVESTER" .Values.HOSTNAME_CONCEPT_HARVESTER }} http: paths: diff --git a/helm-sources/templates/ingress.yaml b/helm-sources/templates/ingress.yaml index c825ce8..35fd655 100644 --- a/helm-sources/templates/ingress.yaml +++ b/helm-sources/templates/ingress.yaml @@ -300,16 +300,6 @@ spec: name: dcat-ap-no-validator-service port: number: 8080 - - host: {{ required "Missing value HOSTNAME_FDK_PUBLISHERS" .Values.HOSTNAME_FDK_PUBLISHERS }} - http: - paths: - - path: /* - pathType: ImplementationSpecific - backend: - service: - name: fdk-nginx-publishers - port: - number: 8080 - host: {{ required "Missing value HOSTNAME_CONCEPT_HARVESTER" .Values.HOSTNAME_CONCEPT_HARVESTER }} http: paths: