This commit is contained in:
2025-04-12 23:51:48 +02:00
parent a64f2b4bfe
commit fc203268bc
2 changed files with 3 additions and 2 deletions

View File

@@ -20,13 +20,14 @@ 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
env:
- name: PORT
value: "8089"
- name: HOST
value: "0.0.0.0"
readinessProbe:
httpGet: