Files
work-club-manager/infra/k8s/overlays/dev/patches/postgres-patch.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

12 lines
234 B
YAML

apiVersion: apps/v1
kind: StatefulSet
metadata:
name: workclub-postgres
spec:
template:
spec:
volumes:
- name: postgres-data
emptyDir: {}
volumeClaimTemplates: [] # This removes the VCT from the base