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:
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue