From 933e4558a7d4809d88ea9959a8784292e59ee938 Mon Sep 17 00:00:00 2001 From: HDW Date: Sun, 24 May 2026 21:32:48 +0200 Subject: [PATCH] anpassung --- apps/warthunder/app-deployment.yaml | 1 - apps/warthunder/postgres.yaml | 5 +---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/apps/warthunder/app-deployment.yaml b/apps/warthunder/app-deployment.yaml index 1280f46..5debb31 100644 --- a/apps/warthunder/app-deployment.yaml +++ b/apps/warthunder/app-deployment.yaml @@ -7,7 +7,6 @@ type: Opaque stringData: DATABASE_URL: "postgresql://admin:geheim123@postgres-service:5432/warthunder" COOKIE_SECRET: "HIER_EINEN_LANGEN_ZUFAELLIGEN_STRING_EINSETZEN" - POSTGRES_PASSWORD: "geheim123" --- apiVersion: apps/v1 kind: Deployment diff --git a/apps/warthunder/postgres.yaml b/apps/warthunder/postgres.yaml index 1dce9a0..e366d04 100644 --- a/apps/warthunder/postgres.yaml +++ b/apps/warthunder/postgres.yaml @@ -48,10 +48,7 @@ spec: - name: POSTGRES_USER value: "admin" - name: POSTGRES_PASSWORD - valueFrom: - secretKeyRef: - name: wt-secrets - key: POSTGRES_PASSWORD + value: "geheim123" ports: - containerPort: 5432 volumeMounts: