diff --git a/deploy/charts/stalwart/templates/statefulset.yaml b/deploy/charts/stalwart/templates/statefulset.yaml index 512e880..c48e229 100644 --- a/deploy/charts/stalwart/templates/statefulset.yaml +++ b/deploy/charts/stalwart/templates/statefulset.yaml @@ -62,18 +62,18 @@ spec: envFrom: - secretRef: name: {{ .Values.secretName }} - # livenessProbe: - # httpGet: - # path: /healthz/live - # port: management - # initialDelaySeconds: 30 - # periodSeconds: 10 - # readinessProbe: - # httpGet: - # path: /healthz/ready - # port: management - # initialDelaySeconds: 10 - # periodSeconds: 5 + livenessProbe: + httpGet: + path: /healthz/live + port: management + initialDelaySeconds: 30 + periodSeconds: 10 + readinessProbe: + httpGet: + path: /healthz/ready + port: management + initialDelaySeconds: 10 + periodSeconds: 5 volumeMounts: - name: config mountPath: /etc/stalwart/config.json