Fixing Postgres connection issue

This commit is contained in:
Jansen Fuller
2026-05-02 23:34:13 -06:00
committed by Dustin J. Mitchell
parent 79d54cae5d
commit ef98290f37
2 changed files with 7 additions and 2 deletions

View File

@ -95,6 +95,10 @@ postgres:
port: 5432
username: user
password: ""
# SSL mode for the PostgreSQL connection.
# Use 'disable' for internal cluster connections (no TLS).
# Options: disable, allow, prefer, require, verify-ca, verify-full
sslMode: disable
initContainer:
enabled: true
image: postgres:15-alpine