chore: fix livenessProbe for paperclip (#105)

Reviewed-on: #105
This commit was merged in pull request #105.
This commit is contained in:
2026-05-02 22:28:52 +10:00
parent 9914186fd5
commit 04b7c04366
+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