Skip to content

Commit

Permalink
ghcr.io/wisvch/wiki:20231002-3fb3b22
Browse files Browse the repository at this point in the history
  • Loading branch information
W.I.S.V. 'Christiaan Huygens' committed Oct 2, 2023
1 parent 6a9e9b8 commit 7c7740b
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions apps/wiki/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
spec:
containers:
- name: wiki
image: ghcr.io/wisvch/wiki:20230907-3fb3b22 # {"$imagepolicy": "flux-system:wiki"}
image: ghcr.io/wisvch/wiki:20231002-3fb3b22 # {"$imagepolicy": "flux-system:wiki"}
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand All @@ -43,8 +43,8 @@ spec:
successThreshold: 1
timeoutSeconds: 5
env:
- name: IAP_EXPECTED_AUDIENCE
value: /projects/966138216790/global/backendServices/2044437052005738173
- name: IAP_EXPECTED_AUDIENCE
value: /projects/966138216790/global/backendServices/2044437052005738173
resources:
limits:
cpu: 100m
Expand All @@ -53,11 +53,9 @@ spec:
cpu: 50m
memory: 100Mi
volumeMounts:
- mountPath: /var/www/dokuwiki/data
name: wiki-data
- mountPath: /var/www/dokuwiki/data
name: wiki-data
volumes:
- name: wiki-data
persistentVolumeClaim:
claimName: wiki-storage


0 comments on commit 7c7740b

Please sign in to comment.