Compare commits

..
3 Commits
Author SHA1 Message Date
Dustin Pianalto 4e1ca8a700 Add pgbouncer
CI / build (push) Has been cancelled
2021-10-10 19:23:52 -08:00
Dustin Pianalto be0ed2a40d Add pgbouncer
CI / build (push) Has been cancelled
2021-10-10 18:37:26 -08:00
Dustin Pianalto af07976c78 Add pgbouncer
CI / build (push) Has been cancelled
2021-10-10 18:18:40 -08:00
+17
View File
@@ -21,6 +21,23 @@ spec:
app: goff
spec:
containers:
- name: pgbouncer
image: timoha/pgbouncer:1.15.0
resources:
requests:
memory: "256Mi"
cpu: "0.5"
limits:
memory: "512Mi"
cpu: "1"
env:
- name: DATABASE_URL
valueFrom:
secretKeyRef:
name: goff
key: pgbouncer_url
ports:
- containerPort: 5432
- name: goff
image: <IMAGE>
resources: