mirror of
https://github.com/stefanprodan/podinfo.git
synced 2026-05-05 17:16:57 +00:00
Merge pull request #124 from runyontr/redis-connection-fix
chart: Fix Redis backend url
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user