File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
charts/tempo-distributed/templates/memcached Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 45
45
securityContext :
46
46
{{- toYaml . | nindent 8 }}
47
47
{{- 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 }}
60
48
enableServiceLinks : false
61
49
{{- include "tempo.memcachedExporterImagePullSecrets" . | nindent 6 -}}
62
50
{{- with .Values.memcachedExporter.hostAliases }}
89
77
envFrom :
90
78
{{- toYaml . | nindent 12 }}
91
79
{{- 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 }}
92
92
resources :
93
93
{{- toYaml .Values.memcached.resources | nindent 12 }}
94
94
{{- with .Values.tempo.securityContext }}
You can’t perform that action at this time.
0 commit comments