Merge pull request 'Update vexplor-backend-deployment.yaml' (#4) from add/kubernetes into main

Reviewed-on: https://g.wace.me/chpark/vexplor/pulls/4
This commit is contained in:
geonhee 2025-12-22 09:41:07 +00:00
commit 8d93d0c0cf
1 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ spec:
cpu: "500m" cpu: "500m"
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /api/health path: /health
port: 3001 port: 3001
initialDelaySeconds: 30 initialDelaySeconds: 30
periodSeconds: 10 periodSeconds: 10
@ -59,7 +59,7 @@ spec:
failureThreshold: 3 failureThreshold: 3
readinessProbe: readinessProbe:
httpGet: httpGet:
path: /api/health path: /health
port: 3001 port: 3001
initialDelaySeconds: 10 initialDelaySeconds: 10
periodSeconds: 5 periodSeconds: 5