Merge pull request 'Update vexplor-backend-deployment.yaml' (#4) from add/kubernetes into main
All checks were successful
Deploy vexplor / build-and-deploy (push) Successful in 4m18s
All checks were successful
Deploy vexplor / build-and-deploy (push) Successful in 4m18s
Reviewed-on: #4
This commit was merged in pull request #4.
This commit is contained in:
@@ -51,7 +51,7 @@ spec:
|
||||
cpu: "500m"
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /api/health
|
||||
path: /health
|
||||
port: 3001
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 10
|
||||
@@ -59,7 +59,7 @@ spec:
|
||||
failureThreshold: 3
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /api/health
|
||||
path: /health
|
||||
port: 3001
|
||||
initialDelaySeconds: 10
|
||||
periodSeconds: 5
|
||||
|
||||
Reference in New Issue
Block a user