Adjust pebble probes
Signed-off-by: James Munnelly <james@munnelly.eu>
This commit is contained in:
parent
3330bf9d4f
commit
6bf61d7e91
@ -22,11 +22,17 @@ spec:
|
||||
readinessProbe:
|
||||
tcpSocket:
|
||||
port: 14000
|
||||
initialDelaySeconds: 5
|
||||
initialDelaySeconds: 1
|
||||
periodSeconds: 1
|
||||
failureThreshold: 10
|
||||
successThreshold: 1
|
||||
livenessProbe:
|
||||
tcpSocket:
|
||||
port: 14000
|
||||
initialDelaySeconds: 5
|
||||
initialDelaySeconds: 1
|
||||
periodSeconds: 1
|
||||
failureThreshold: 10
|
||||
successThreshold: 1
|
||||
resources:
|
||||
{{ toYaml .Values.resources | indent 12 }}
|
||||
{{- if .Values.nodeSelector }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user