Explorar el Código

Corrijo path a datos en postgres

Celestino Rey hace 10 meses
padre
commit
8a2b880c8b
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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: