fix(tuppr): add emptyDir for /home/nonroot to fix read-only fs error

This commit is contained in:
2026-02-27 04:42:48 +01:00
parent 19000739ae
commit c1725de98f

View File

@@ -19,6 +19,20 @@ spec:
- op: replace
path: /apiVersion
value: v1
- target:
kind: Deployment
name: tuppr
patch: |
- op: add
path: /spec/template/spec/volumes/-
value:
name: home-nonroot
emptyDir: {}
- op: add
path: /spec/template/spec/containers/0/volumeMounts/-
value:
name: home-nonroot
mountPath: /home/nonroot
values:
replicaCount: 2
monitoring: