Files
work-club-manager/infra/k8s/overlays/dev/patches/postgres-patch.yaml

12 lines
234 B
YAML
Raw Normal View History

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