We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8f53f7 commit 059edebCopy full SHA for 059edeb
charts/tempo-distributed/templates/memcached/statefulset-memcached.yaml
@@ -79,15 +79,15 @@ spec:
79
{{- end }}
80
{{- with .Values.memcached.readinessProbe }}
81
readinessProbe:
82
- {{- toYaml . | nindent 8 }}
+ {{- toYaml . | nindent 12 }}
83
84
{{- with .Values.memcached.livenessProbe }}
85
livenessProbe:
86
exec:
87
command:
88
- pgrep
89
- memcached
90
91
92
resources:
93
{{- toYaml .Values.memcached.resources | nindent 12 }}
0 commit comments