From 5bf35528c2d978eb027885d2c378160301d47043 Mon Sep 17 00:00:00 2001 From: Ashwin Kumar Sivakumar Date: Mon, 15 Jun 2026 07:26:36 +0530 Subject: [PATCH] fix(ai): set postgres pgdata subdir --- apps/litellm/base/postgres.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/litellm/base/postgres.yaml b/apps/litellm/base/postgres.yaml index 905c2c9..b829c55 100644 --- a/apps/litellm/base/postgres.yaml +++ b/apps/litellm/base/postgres.yaml @@ -62,6 +62,8 @@ spec: secretKeyRef: name: postgres-credentials key: POSTGRES_DB + - name: PGDATA + value: /var/lib/postgresql/data/pgdata volumeMounts: - name: postgres-storage mountPath: /var/lib/postgresql/data