chore: fix livenessProbe for paperclip (#105)
Reviewed-on: #105
This commit was merged in pull request #105.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user