Compare commits

..

2 Commits

Author SHA1 Message Date
Dustin Pianalto
aea88c632e Add pgbouncer
Some checks are pending
CI / build (push) Waiting to run
2021-10-10 20:26:32 -08:00
Dustin Pianalto
dd60c9067b Add pgbouncer
Some checks are pending
CI / build (push) Waiting to run
2021-10-10 19:56:13 -08:00

View File

@ -37,7 +37,15 @@ spec:
name: goff
key: pgbouncer_url
- name: SERVER_TLS_SSLMODE
value: require
valueFrom:
secretKeyRef:
name: goff
key: pgbouncer_ssl
- name: AUTH_TYPE
valueFrom:
secretKeyRef:
name: goff
key: pgbouncer_auth
ports:
- containerPort: 5432
- name: goff