Compare commits

..

No commits in common. 'master' and 'development' have entirely different histories.

@ -61,4 +61,4 @@ jobs:
run: kubectl apply -f $GITHUB_WORKSPACE/deployment.yml
- name: Verify deployment
run: kubectl rollout status deployment/goff -n discord-bots
run: kubectl rollout status deployment/goff

@ -21,33 +21,6 @@ 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
- 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
image: <IMAGE>
resources:
@ -79,4 +52,4 @@ spec:
name: goff
key: email_password
imagePullSecrets:
- name: registry-1
- name: registry-2

Loading…
Cancel
Save