Merge pull request #124 from runyontr/redis-connection-fix

chart: Fix Redis backend url
This commit is contained in:
Stefan Prodan
2021-03-05 16:45:20 +02:00
committed by GitHub

View File

@@ -67,7 +67,7 @@ spec:
{{- if .Values.cache }}
- --cache-server={{ .Values.cache }}
{{- else if .Values.redis.enabled }}
- --cache-server={{ template "podinfo.fullname" . }}:6379
- --cache-server={{ template "podinfo.fullname" . }}-redis:6379
{{- end }}
- --level={{ .Values.logLevel }}
- --random-delay={{ .Values.faults.delay }}