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
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:
parent
3a21b9b08c
commit
2e551d6f1d
1 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue