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