From 1780e23e1d16e1f930fb70bb673952aeb6f74ad4 Mon Sep 17 00:00:00 2001 From: George Taylor Date: Tue, 16 Jul 2024 11:21:18 +0100 Subject: [PATCH] remove share subdomain --- alfresco-content-services/templates/ingress-share.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alfresco-content-services/templates/ingress-share.yaml b/alfresco-content-services/templates/ingress-share.yaml index 4702bde..102d705 100644 --- a/alfresco-content-services/templates/ingress-share.yaml +++ b/alfresco-content-services/templates/ingress-share.yaml @@ -25,10 +25,10 @@ spec: ingressClassName: default tls: - hosts: - - share.{{ .Release.Namespace }}.{{ .Values.repository.ingress.hostName }} + - {{ .Release.Namespace }}.{{ .Values.repository.ingress.hostName }} secretName: share-ingress-cert rules: - - host: share.{{ .Release.Namespace }}.{{ .Values.repository.ingress.hostName }} + - host: {{ .Release.Namespace }}.{{ .Values.repository.ingress.hostName }} http: paths: - path: {{ .Values.share.ingress.path }}