Skip to content

Commit c8f53f7

Browse files
committed
fix ci issues
Signed-off-by: AvivGuiser <[email protected]>
1 parent a96e62a commit c8f53f7

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

charts/tempo-distributed/templates/memcached/statefulset-memcached.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,6 @@ spec:
4545
securityContext:
4646
{{- toYaml . | nindent 8 }}
4747
{{- end }}
48-
{{- with .Values.memcached.readinessProbe }}
49-
readinessProbe:
50-
{{- toYaml . | nindent 8 }}
51-
{{- end }}
52-
{{- with .Values.memcached.livenessProbe }}
53-
livenessProbe:
54-
exec:
55-
command:
56-
- pgrep
57-
- memcached
58-
{{- toYaml . | nindent 8 }}
59-
{{- end }}
6048
enableServiceLinks: false
6149
{{- include "tempo.memcachedExporterImagePullSecrets" . | nindent 6 -}}
6250
{{- with .Values.memcachedExporter.hostAliases }}
@@ -89,6 +77,18 @@ spec:
8977
envFrom:
9078
{{- toYaml . | nindent 12 }}
9179
{{- end }}
80+
{{- with .Values.memcached.readinessProbe }}
81+
readinessProbe:
82+
{{- toYaml . | nindent 8 }}
83+
{{- end }}
84+
{{- with .Values.memcached.livenessProbe }}
85+
livenessProbe:
86+
exec:
87+
command:
88+
- pgrep
89+
- memcached
90+
{{- toYaml . | nindent 8 }}
91+
{{- end }}
9292
resources:
9393
{{- toYaml .Values.memcached.resources | nindent 12 }}
9494
{{- with .Values.tempo.securityContext }}

0 commit comments

Comments
 (0)