Skip to content

Commit 06e73cd

Browse files
committed
use RWO, only celery is using media to write to
1 parent d818f6b commit 06e73cd

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/lint-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
if: steps.list-changed.outputs.changed == 'true'
4949
run: ct lint --target-branch ${{ github.event.repository.default_branch }}
5050

51+
# https://github.com/marketplace/actions/kind-cluster
5152
- name: Create kind cluster
5253
if: steps.list-changed.outputs.changed == 'true'
5354
uses: helm/kind-action@v1.14.0

charts/wger/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ app:
1717
persistence:
1818
storageClass: null
1919
accessModes:
20-
- ReadWriteMany
20+
- ReadWriteOnce
2121
sizeMedia: 8Gi
2222
sizeStatic: 8Gi
2323
sizeCeleryBeat: 1Gi

0 commit comments

Comments
 (0)