Adjust pebble probes

Signed-off-by: James Munnelly <james@munnelly.eu>
This commit is contained in:
James Munnelly 2018-10-23 17:16:47 +01:00
parent 3330bf9d4f
commit 6bf61d7e91

View File

@ -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 }}