diff --git a/charts/portalmodelo/v0.5.0/templates/zeoserver-deployment.yaml b/charts/portalmodelo/v0.5.0/templates/zeoserver-deployment.yaml index 11ed7b6..6bf8802 100644 --- a/charts/portalmodelo/v0.5.0/templates/zeoserver-deployment.yaml +++ b/charts/portalmodelo/v0.5.0/templates/zeoserver-deployment.yaml @@ -65,6 +65,22 @@ spec: volumeMounts: - mountPath: /data name: data + livenessProbe: + tcpSocket: + port: 8100 + initialDelaySeconds: 30 + periodSeconds: 10 + failureThreshold: 5 + successThreshold: 1 + timeoutSeconds: 5 + readinessProbe: + tcpSocket: + port: 8100 + initialDelaySeconds: 15 + periodSeconds: 5 + failureThreshold: 5 + successThreshold: 1 + timeoutSeconds: 3 resources: {{- toYaml .Values.resources.zeo | nindent 12 }} restartPolicy: Always