Compare commits

..

5 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
Dustin Pianalto
03818d6102 Add pgbouncer
Some checks are pending
CI / build (push) Waiting to run
2021-10-10 19:31:01 -08:00
Dustin Pianalto
4e1ca8a700 Add pgbouncer
Some checks are pending
CI / build (push) Waiting to run
2021-10-10 19:23:52 -08:00
Dustin Pianalto
be0ed2a40d Add pgbouncer
Some checks are pending
CI / build (push) Waiting to run
2021-10-10 18:37:26 -08:00

View File

@ -22,9 +22,9 @@ spec:
spec: spec:
containers: containers:
- name: pgbouncer - name: pgbouncer
image: timoha/pgbouncer image: timoha/pgbouncer:1.15.0
resources: resources:
request: requests:
memory: "256Mi" memory: "256Mi"
cpu: "0.5" cpu: "0.5"
limits: limits:
@ -36,6 +36,16 @@ spec:
secretKeyRef: secretKeyRef:
name: goff name: goff
key: pgbouncer_url key: pgbouncer_url
- name: SERVER_TLS_SSLMODE
valueFrom:
secretKeyRef:
name: goff
key: pgbouncer_ssl
- name: AUTH_TYPE
valueFrom:
secretKeyRef:
name: goff
key: pgbouncer_auth
ports: ports:
- containerPort: 5432 - containerPort: 5432
- name: goff - name: goff