fix(ai): set postgres pgdata subdir

This commit is contained in:
Ashwin Kumar Sivakumar 2026-06-15 07:26:36 +05:30
parent 4590c5b932
commit 5bf35528c2

View file

@ -62,6 +62,8 @@ spec:
secretKeyRef: secretKeyRef:
name: postgres-credentials name: postgres-credentials
key: POSTGRES_DB key: POSTGRES_DB
- name: PGDATA
value: /var/lib/postgresql/data/pgdata
volumeMounts: volumeMounts:
- name: postgres-storage - name: postgres-storage
mountPath: /var/lib/postgresql/data mountPath: /var/lib/postgresql/data