From 64ee3d18c90b5a90fc3cd34774a194955c3af714 Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Tue, 9 Jul 2024 23:58:16 -0400 Subject: [PATCH] fix env for psql roundcube --- roundcube/roundcubedb-deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roundcube/roundcubedb-deployment.yaml b/roundcube/roundcubedb-deployment.yaml index b2f9978..036308f 100644 --- a/roundcube/roundcubedb-deployment.yaml +++ b/roundcube/roundcubedb-deployment.yaml @@ -34,6 +34,8 @@ spec: secretKeyRef: name: roundcubemail-shared-secret key: DB_PASSWORD + - name: PG_DATA + value: /var/lib/postgresql/data/pgdata ports: - containerPort: 5432 volumeMounts: