remove buggy probes
This commit is contained in:
@@ -20,28 +20,9 @@ spec:
|
|||||||
image: outlinewiki/outline:0.82.0
|
image: outlinewiki/outline:0.82.0
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8089
|
- containerPort: 8089
|
||||||
command: ["/bin/sh", "-c", "HOST=0.0.0.0 node ./build/server/index.js"]
|
|
||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: outline-secrets
|
name: outline-secrets
|
||||||
env:
|
env:
|
||||||
- name: PORT
|
- name: PORT
|
||||||
value: "8089"
|
value: "8089"
|
||||||
- name: HOST
|
|
||||||
value: "0.0.0.0"
|
|
||||||
|
|
||||||
readinessProbe:
|
|
||||||
httpGet:
|
|
||||||
path: /
|
|
||||||
port: 8089
|
|
||||||
scheme: HTTP
|
|
||||||
initialDelaySeconds: 10
|
|
||||||
periodSeconds: 5
|
|
||||||
|
|
||||||
livenessProbe:
|
|
||||||
httpGet:
|
|
||||||
path: /
|
|
||||||
port: 8089
|
|
||||||
scheme: HTTP
|
|
||||||
initialDelaySeconds: 30
|
|
||||||
periodSeconds: 10
|
|
||||||
|
|||||||
Reference in New Issue
Block a user