Files
work-club-manager/infra/k8s/overlays/dev/secrets.yaml
WorkClub Automation 0a4d99b65b
Some checks failed
CI Pipeline / Frontend Lint, Test & Build (push) Has been cancelled
CI Pipeline / Infrastructure Validation (push) Has been cancelled
CI Pipeline / Backend Build & Test (push) Has been cancelled
fix(k8s): add dev secrets and use emptyDir for postgres on storage-less cluster
2026-03-10 21:18:19 +01:00

11 lines
312 B
YAML

apiVersion: v1
kind: Secret
metadata:
name: workclub-secrets
type: Opaque
stringData:
database-connection-string: "Host=workclub-postgres;Database=workclub;Username=app;Password=devpassword"
postgres-password: "devpassword"
keycloak-db-password: "keycloakpass"
keycloak-admin-password: "adminpassword"