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:

View File

@@ -10,7 +10,7 @@ stringData:
DATABASE_URL: postgres://outline:ULYpprqxQeS2rSBXF8NxEr4FhJkUAwhWJtkwZij6XwBDSvUUKeAifBBG885fPSmd@postgres-base-rw.postgres/outlinedb
REDIS_URL: redis://redis-lb.redis.svc.cluster.local:6379
URL: https://outline.panic.haus
BIND_ADDRESS: "0.0.0.0"
HOST: "0.0.0.0"
PORT: "8089"
PGSSLMODE: disable
AWS_ACCESS_KEY_ID: rjtPFRp52DgmWb4kdsyiFKjtBMxYSaow