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 name: paperclip-credentials
livenessProbe: livenessProbe:
httpGet: httpGet:
path: / path: /api/health
port: 3100 port: 3100
failureThreshold: 3 failureThreshold: 3
initialDelaySeconds: 30 initialDelaySeconds: 30
@@ -72,7 +72,7 @@ spec:
timeoutSeconds: 5 timeoutSeconds: 5
readinessProbe: readinessProbe:
httpGet: httpGet:
path: / path: /api/health
port: 3100 port: 3100
failureThreshold: 3 failureThreshold: 3
initialDelaySeconds: 10 initialDelaySeconds: 10