Use persistent volume claim for pgdata
Some checks failed
Podman Rootless Demo / test-backend (push) Has been skipped
Podman Rootless Demo / test-frontend (push) Has been skipped
Podman Rootless Demo / build-backend (push) Has been skipped
Podman Rootless Demo / build-frontend (push) Has been skipped
Podman Rootless Demo / deploy-prod (push) Failing after 38s

This commit is contained in:
continuist 2025-09-20 22:52:59 -04:00
parent 3a21b9b08c
commit 2e551d6f1d

View file

@ -174,9 +174,10 @@ spec:
volumes: volumes:
- name: pgdata - name: pgdata
hostPath: persistentVolumeClaim: {} # Let Podman manage the volume
path: /opt/sharenet/volumes/pgdata # hostPath:
type: DirectoryOrCreate # path: /opt/sharenet/volumes/pgdata
# type: DirectoryOrCreate
- name: postgres-run - name: postgres-run
emptyDir: {} emptyDir: {}
- name: backend-tmp - name: backend-tmp