diff --git a/charts/snappymail/v0.1.0/templates/deployment.yaml b/charts/snappymail/v0.1.0/templates/deployment.yaml index 2372d9f..893427a 100644 --- a/charts/snappymail/v0.1.0/templates/deployment.yaml +++ b/charts/snappymail/v0.1.0/templates/deployment.yaml @@ -52,10 +52,20 @@ spec: httpGet: path: / port: http + initialDelaySeconds: 60 + periodSeconds: 5 + successThreshold: 2 + failureThreshold: 3 + timeoutSeconds: 2 readinessProbe: httpGet: path: / port: http + initialDelaySeconds: 60 + periodSeconds: 5 + successThreshold: 2 + failureThreshold: 3 + timeoutSeconds: 2 resources: {{- toYaml .Values.resources | nindent 12 }} {{- with .Values.nodeSelector }}