chpark-sync #425

Merged
kjs merged 293 commits from chpark-sync into main 2026-03-23 09:36:36 +09:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 8d93d0c0cf - Show all commits

View File

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