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: