1 changed files with
17 additions and
0 deletions
|
|
|
|
@ -21,6 +21,23 @@ spec:
|
|
|
|
|
app: goff
|
|
|
|
|
spec:
|
|
|
|
|
containers:
|
|
|
|
|
- name: pgbouncer
|
|
|
|
|
image: timoha/pgbouncer
|
|
|
|
|
resources:
|
|
|
|
|
request:
|
|
|
|
|
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:
|
|
|
|
|
|