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