From d73a17297fe90506143e766a63d22f7b50a4fe35 Mon Sep 17 00:00:00 2001 From: "W.I.S.V. 'Christiaan Huygens'" Date: Wed, 20 Mar 2024 13:36:13 +0000 Subject: [PATCH] ghcr.io/wisvch/annugame-leaderboard:20240320-ed832a3 --- apps/annugame/deploy.yaml | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/apps/annugame/deploy.yaml b/apps/annugame/deploy.yaml index fe2492c..183fe7a 100644 --- a/apps/annugame/deploy.yaml +++ b/apps/annugame/deploy.yaml @@ -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 @@ -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: @@ -114,4 +113,4 @@ spec: memory: 200Mi requests: cpu: 20m - memory: 100Mi \ No newline at end of file + memory: 100Mi