Compare commits

..

No commits in common. "master" and "v0.0.39" have entirely different histories.

View File

@ -22,9 +22,9 @@ spec:
spec:
containers:
- name: pgbouncer
image: timoha/pgbouncer:1.15.0
image: timoha/pgbouncer
resources:
requests:
request:
memory: "256Mi"
cpu: "0.5"
limits:
@ -36,16 +36,6 @@ spec:
secretKeyRef:
name: goff
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:
- containerPort: 5432
- name: goff