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 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
env: env:
- name: PORT - name: PORT
value: "8089" value: "8089"
- name: HOST
value: "0.0.0.0"
readinessProbe: readinessProbe:
httpGet: httpGet:

View File

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