Parcourir la source

Corrijo path a datos en postgres

Celestino Rey il y a 10 mois
Parent
commit
8a2b880c8b
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      K8S/db-deployment.yaml

+ 2 - 0
K8S/db-deployment.yaml

@@ -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: