feat: add liveness Probe to k8s backend deployment manifest (#8039)
This commit is contained in:
parent
616a1fac16
commit
58a37454b9
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user