fix postgresql.dns

This commit is contained in:
pat-s 2023-07-18 18:50:18 +02:00
parent dc6bab1958
commit f108be0cd6
No known key found for this signature in database
GPG Key ID: 3C6318841EF78925
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ app.kubernetes.io/instance: {{ .Release.Name }}
{{- end -}}
{{- define "postgresql.dns" -}}
{{- printf "%s-postgresql-ha.%s.svc.%s:%g" .Release.Name .Release.Namespace .Values.clusterDomain (index .Values "postgresql-ha" "global" "postgresql" "service" "ports" "postgresql") -}}
{{- printf "%s-postgresql-ha-postgresql.%s.svc.%s:%g" .Release.Name .Release.Namespace .Values.clusterDomain (index .Values "postgresql-ha" "global" "postgresql" "service" "ports" "postgresql") -}}
{{- end -}}
{{- define "redis.dns" -}}