Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
03818d6102 | ||
|
|
4e1ca8a700 |
+3
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user