Sfoglia il codice sorgente

Corrijo path a datos en postgres

Celestino Rey 10 mesi fa
parent
commit
8a2b880c8b
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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: