feat: add liveness Probe to k8s backend deployment manifest (#8039)

This commit is contained in:
Dipto Chakrabarty 2021-11-16 15:55:07 +05:30 committed by GitHub
parent 616a1fac16
commit 58a37454b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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