diff --git a/deploy/k8s/templates/backend-template.yaml b/deploy/k8s/templates/backend-template.yaml index 3d82c33849..d358b1f55c 100644 --- a/deploy/k8s/templates/backend-template.yaml +++ b/deploy/k8s/templates/backend-template.yaml @@ -39,3 +39,9 @@ spec: name: appsmith-internal-server ports: - containerPort: 8080 + livenessProbe: + httpGet: + path: /api/v1/users/me + port: 8080 + initialDelaySeconds: 5 + periodSeconds: 5