fix postgre test

This commit is contained in:
Michael Jerger 2025-01-09 12:42:46 +01:00
parent 3a48ae1f48
commit 9c528c43b6

View file

@ -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"