Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
be0ed2a40d | ||
|
|
af07976c78 | ||
|
|
fb4f43c234 |
+18
-1
@@ -21,6 +21,23 @@ spec:
|
||||
app: goff
|
||||
spec:
|
||||
containers:
|
||||
- name: pgbouncer
|
||||
image: timoha/pgbouncer
|
||||
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:
|
||||
@@ -52,4 +69,4 @@ spec:
|
||||
name: goff
|
||||
key: email_password
|
||||
imagePullSecrets:
|
||||
- name: registry-2
|
||||
- name: registry-1
|
||||
|
||||
Reference in New Issue
Block a user