chore: fix livenessProbe for paperclip
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful

This commit is contained in:
2026-05-02 22:25:58 +10:00
parent 9914186fd5
commit d445b001b1
+2 -2
View File
@@ -63,7 +63,7 @@ spec:
name: paperclip-credentials
livenessProbe:
httpGet:
path: /
path: /api/health
port: 3100
failureThreshold: 3
initialDelaySeconds: 30
@@ -72,7 +72,7 @@ spec:
timeoutSeconds: 5
readinessProbe:
httpGet:
path: /
path: /api/health
port: 3100
failureThreshold: 3
initialDelaySeconds: 10