gongme: Bugfixes oauth2-proxy + web Deployment

- secret-oauth2.yaml: Cookie-Secret auf exakt 32 Bytes korrigiert
  (openssl rand -base64 32 ergibt 44 Zeichen, nicht 32 raw bytes)
- web.yaml: PORT=3000 + HOSTNAME=0.0.0.0 explizit gesetzt, damit
  envFrom gongme-env's PORT=3001 (fuer API) nicht uebernommen wird

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-06-07 13:42:29 +02:00
parent 00c7ec292f
commit 296537720d
2 changed files with 8 additions and 14 deletions

View File

@@ -30,6 +30,11 @@ spec:
envFrom:
- secretRef:
name: gongme-env
env:
- name: PORT
value: "3000"
- name: HOSTNAME
value: "0.0.0.0"
readinessProbe:
httpGet:
path: /