update probes
This commit is contained in:
@@ -20,6 +20,7 @@ spec:
|
||||
image: outlinewiki/outline:0.82.0
|
||||
ports:
|
||||
- containerPort: 8089
|
||||
command: [ "yarn", "start", "--", "-p", "8089", "-H", "0.0.0.0" ]
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: outline-secrets
|
||||
@@ -32,15 +33,13 @@ spec:
|
||||
path: /
|
||||
port: 8089
|
||||
scheme: HTTP
|
||||
initialDelaySeconds: 20
|
||||
initialDelaySeconds: 10
|
||||
periodSeconds: 5
|
||||
failureThreshold: 6
|
||||
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
port: 8089
|
||||
scheme: HTTP
|
||||
initialDelaySeconds: 60
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 10
|
||||
failureThreshold: 5
|
||||
|
||||
Reference in New Issue
Block a user