From bc64e336f94ffddfe195778f782d8aee0abace33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Mon, 10 Jan 2022 11:27:06 +0300 Subject: [PATCH] Change TLS name for the account ingress. --- .../eventhub/charts/account/templates/account-ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/k8s/helm-chart/eventhub/charts/account/templates/account-ingress.yaml b/etc/k8s/helm-chart/eventhub/charts/account/templates/account-ingress.yaml index bc7a7b7..879d785 100644 --- a/etc/k8s/helm-chart/eventhub/charts/account/templates/account-ingress.yaml +++ b/etc/k8s/helm-chart/eventhub/charts/account/templates/account-ingress.yaml @@ -14,7 +14,7 @@ spec: tls: - hosts: - {{ .Values.global.accountDomain }} - secretName: {{ .Release.Name }}-{{ .Chart.Name }}-tls + secretName: {{ .Release.Name }}-{{ .Chart.Name }}-tls2 rules: - host: "{{ .Values.global.accountDomain }}" http: