fix postgre test
This commit is contained in:
parent
3a48ae1f48
commit
9c528c43b6
1 changed files with 2 additions and 1 deletions
|
@ -80,7 +80,8 @@
|
|||
{:name "POSTGRES_DB"
|
||||
:valueFrom
|
||||
{:configMapKeyRef
|
||||
{:name "postgres-config", :key "postgres-db"}}}]
|
||||
{:name "postgres-config", :key "postgres-db"}}}
|
||||
{:name "PGDATA", :value "/var/lib/postgresql/data/db/"}]
|
||||
:ports [{:containerPort 5432, :name "postgresql"}]
|
||||
:volumeMounts
|
||||
[{:name "postgres-config-volume"
|
||||
|
|
Loading…
Add table
Reference in a new issue