Skip to content

Commit

Permalink
ghcr.io/wisvch/annugame-leaderboard:20240320-ed832a3
Browse files Browse the repository at this point in the history
  • Loading branch information
W.I.S.V. 'Christiaan Huygens' committed Mar 20, 2024
1 parent 7c3fb92 commit d73a172
Showing 1 changed file with 18 additions and 19 deletions.
37 changes: 18 additions & 19 deletions apps/annugame/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
cpu: 50m
memory: 150Mi
- name: annugame-leaderboard
image: ghcr.io/wisvch/annugame-leaderboard:20240319-6ac66e8 # {"$imagepolicy": "flux-system:annugame-leaderboard"}
image: ghcr.io/wisvch/annugame-leaderboard:20240320-ed832a3 # {"$imagepolicy": "flux-system:annugame-leaderboard"}
imagePullPolicy: IfNotPresent
ports:
- name: backend
Expand Down Expand Up @@ -82,23 +82,22 @@ spec:
cpu: 50m
memory: 150Mi
env:
- name: POSTGRES_HOST
value: "127.0.0.1"
- name: POSTGRES_DB
value: annugame
- name: POSTGRES_USER
value: null
valueFrom:
secretKeyRef:
name: postgres
key: username
- name: POSTGRES_PASS
value: null
valueFrom:
secretKeyRef:
name: postgres
key: password

- name: POSTGRES_HOST
value: "127.0.0.1"
- name: POSTGRES_DB
value: annugame
- name: POSTGRES_USER
value: null
valueFrom:
secretKeyRef:
name: postgres
key: username
- name: POSTGRES_PASS
value: null
valueFrom:
secretKeyRef:
name: postgres
key: password
- name: cloud-sql-proxy
image: gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.0.0
args:
Expand All @@ -114,4 +113,4 @@ spec:
memory: 200Mi
requests:
cpu: 20m
memory: 100Mi
memory: 100Mi

0 comments on commit d73a172

Please sign in to comment.