fix(piped): Postgres URI

This commit is contained in:
JJGadgets
2024-10-31 00:46:27 +08:00
parent 6c1f7f7a9b
commit cc24e254af

View File

@@ -86,7 +86,7 @@ spec:
COMPROMISED_PASSWORD_CHECK: true
DISABLE_REGISTRATION: true
FEED_RETENTION: 365
hibernate.connection.url: '{{ index . "pgbouncer-jdbc-uri" | replace "svc:" "svc.cluster.local:" }}'
hibernate.connection.url: {{ index . "pgbouncer-jdbc-uri" | replace "svc:" "svc.cluster.local:" }}
hibernate.connection.username: {{ .user }}
hibernate.connection.password: {{ .password }}
SENTRY_DSN: