diff --git a/contrib/charts/pebble/templates/deployment.yaml b/contrib/charts/pebble/templates/deployment.yaml index 54572ed33..28d749d12 100644 --- a/contrib/charts/pebble/templates/deployment.yaml +++ b/contrib/charts/pebble/templates/deployment.yaml @@ -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 }}