remove buggy probes
This commit is contained in:
@@ -20,28 +20,9 @@ spec:
|
||||
image: outlinewiki/outline:0.82.0
|
||||
ports:
|
||||
- containerPort: 8089
|
||||
command: ["/bin/sh", "-c", "HOST=0.0.0.0 node ./build/server/index.js"]
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: outline-secrets
|
||||
env:
|
||||
- name: PORT
|
||||
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