fix(ai): set postgres pgdata subdir
This commit is contained in:
parent
4590c5b932
commit
5bf35528c2
1 changed files with 2 additions and 0 deletions
|
|
@ -62,6 +62,8 @@ spec:
|
|||
secretKeyRef:
|
||||
name: postgres-credentials
|
||||
key: POSTGRES_DB
|
||||
- name: PGDATA
|
||||
value: /var/lib/postgresql/data/pgdata
|
||||
volumeMounts:
|
||||
- name: postgres-storage
|
||||
mountPath: /var/lib/postgresql/data
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue