diff --git a/deployment/deployment.yaml b/deployment/deployment.yaml index 84c1721..d7c2979 100644 --- a/deployment/deployment.yaml +++ b/deployment/deployment.yaml @@ -48,6 +48,19 @@ spec: name: rpc - containerPort: 1338 name: quorum + livenessProbe: + httpGet: + path: /livez + port: web + failureThreshold: 1 + periodSeconds: 10 + readinessProbe: + httpGet: + path: /readyz + port: web + failureThreshold: 2 + initialDelaySeconds: 2 + periodSeconds: 10 volumeMounts: - mountPath: "/data" name: data