mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 18:18:26 +00:00
fix(piped): Postgres URI
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user