Browse Source

Change TLS name for the account ingress.

hamza-review
Halil İbrahim Kalkan 5 years ago
parent
commit
bc64e336f9
  1. 2
      etc/k8s/helm-chart/eventhub/charts/account/templates/account-ingress.yaml

2
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:

Loading…
Cancel
Save