From 75d302fa0308bc5b069536fd942c169e1d101801 Mon Sep 17 00:00:00 2001 From: Hans Olav Sund Date: Tue, 26 Nov 2024 13:03:36 +0100 Subject: [PATCH] chore: removed old host for concept-catalog --- helm-sources-demo/templates/ingress.yaml | 10 ---------- helm-sources-staging/templates/ingress.yaml | 10 ---------- helm-sources/templates/ingress.yaml | 10 ---------- 3 files changed, 30 deletions(-) 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: