mirror of
https://github.com/iflytek/skillhub.git
synced 2026-08-27 11:14:59 +00:00
add subPath to volumeMount postgres-data
This commit is contained in:
parent
ebe7db36be
commit
a0d0738faa
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ spec:
|
|||
volumeMounts:
|
||||
- name: postgres-data
|
||||
mountPath: /var/lib/postgresql/data
|
||||
subPath: pgdata
|
||||
readinessProbe:
|
||||
exec:
|
||||
command:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue