ソースを参照

Corrijo path a datos en postgres

Celestino Rey 10 ヶ月 前
コミット
8a2b880c8b
1 ファイル変更2 行追加0 行削除
  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: