From b4f8907e2da6dd63486dd9c4d38a595ef9366155 Mon Sep 17 00:00:00 2001 From: Piotr Grzeskowiak Date: Wed, 15 May 2024 16:49:18 +0100 Subject: [PATCH] Give share ingress unique hostname and cert --- alfresco-content-services/templates/ingress-share.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/alfresco-content-services/templates/ingress-share.yaml b/alfresco-content-services/templates/ingress-share.yaml index 9a36189..4702bde 100644 --- a/alfresco-content-services/templates/ingress-share.yaml +++ b/alfresco-content-services/templates/ingress-share.yaml @@ -25,9 +25,10 @@ spec: ingressClassName: default tls: - hosts: - - {{ .Release.Namespace }}.{{ .Values.repository.ingress.hostName }} + - share.{{ .Release.Namespace }}.{{ .Values.repository.ingress.hostName }} + secretName: share-ingress-cert rules: - - host: {{ .Release.Namespace }}.{{ .Values.repository.ingress.hostName }} + - host: share.{{ .Release.Namespace }}.{{ .Values.repository.ingress.hostName }} http: paths: - path: {{ .Values.share.ingress.path }}