fix(memcached): wrong port ref

This commit is contained in:
Michael Kriese 2023-01-03 22:37:40 +01:00
parent 6e48215a2a
commit 19882fb2ec
No known key found for this signature in database
GPG key ID: B83F553A0724D44E
3 changed files with 8 additions and 7 deletions

View file

@ -104,7 +104,7 @@ app.kubernetes.io/instance: {{ .Release.Name }}
{{- end -}}
{{- define "memcached.dns" -}}
{{- printf "%s-memcached.%s.svc.%s:%g" .Release.Name .Release.Namespace .Values.clusterDomain .Values.memcached.service.port | trunc 63 | trimSuffix "-" -}}
{{- printf "%s-memcached.%s.svc.%s:%g" .Release.Name .Release.Namespace .Values.clusterDomain .Values.memcached.service.ports.memcached | trunc 63 | trimSuffix "-" -}}
{{- end -}}
{{- define "gitea.default_domain" -}}