Skip to content

Commit

Permalink
ghcr.io/wisvch/website:20231002-9719b65
Browse files Browse the repository at this point in the history
  • Loading branch information
W.I.S.V. 'Christiaan Huygens' committed Oct 12, 2023
1 parent 93d3a6d commit cfa052a
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions apps/website/deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down Expand Up @@ -26,7 +25,7 @@ spec:
serviceAccountName: website
containers:
- name: website
image: ghcr.io/wisvch/website:20230813-7b949fc # {"$imagepolicy": "flux-system:website"}
image: ghcr.io/wisvch/website:20231002-9719b65 # {"$imagepolicy": "flux-system:website"}
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down Expand Up @@ -69,11 +68,11 @@ spec:
- name: cloud-sql-proxy
image: gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.6.0
args:
- "--structured-logs"
- "--private-ip"
- "--port=3306"
- "-i"
- "wisvch:europe-west4:cees"
- "--structured-logs"
- "--private-ip"
- "--port=3306"
- "-i"
- "wisvch:europe-west4:cees"
securityContext:
runAsNonRoot: true
resources:
Expand Down

0 comments on commit cfa052a

Please sign in to comment.