Compare commits

...
2 Commits
Author SHA1 Message Date
Dustin Pianalto 03818d6102 Add pgbouncer
CI / build (push) Has been cancelled
2021-10-10 19:31:01 -08:00
Dustin Pianalto 4e1ca8a700 Add pgbouncer
CI / build (push) Has been cancelled
2021-10-10 19:23:52 -08:00
+3 -1
View File
@@ -22,7 +22,7 @@ spec:
spec: spec:
containers: containers:
- name: pgbouncer - name: pgbouncer
image: timoha/pgbouncer image: timoha/pgbouncer:1.15.0
resources: resources:
requests: requests:
memory: "256Mi" memory: "256Mi"
@@ -36,6 +36,8 @@ spec:
secretKeyRef: secretKeyRef:
name: goff name: goff
key: pgbouncer_url key: pgbouncer_url
- name: SERVER_TLS_SSLMODE
value: require
ports: ports:
- containerPort: 5432 - containerPort: 5432
- name: goff - name: goff