Browse Source

Pongo correctamente el directorio de datos de pg

main
Celestino Rey 2 months ago
parent
commit
f0bea6cda8
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      K8S/db-deployment.yaml

+ 2
- 0
K8S/db-deployment.yaml View File

@ -40,6 +40,8 @@ spec:
configMapKeyRef:
key: POSTGRES_USER
name: env-prod-db
- name: PGDATA
value: /var/lib/postgresql/data/pgdata
image: postgres:15
name: postgresql
volumeMounts:


Loading…
Cancel
Save