Add probes for Dex container
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
This commit is contained in:
parent
b73566058d
commit
b170f61fd9
1 changed files with 8 additions and 0 deletions
|
@ -78,6 +78,14 @@ spec:
|
|||
containerPort: {{ .Values.dex.containerPortMetrics }}
|
||||
protocol: TCP
|
||||
{{- end }}
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /healthz/live
|
||||
port: {{ .Values.dex.containerPortMetrics }}
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /healthz/ready
|
||||
port: {{ .Values.dex.containerPortMetrics }}
|
||||
volumeMounts:
|
||||
- mountPath: /tmp
|
||||
name: tmp-dir
|
||||
|
|
Loading…
Reference in a new issue