This is frustratingly necessary

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2025-03-05 11:23:02 +00:00
parent a885f275a6
commit c91aa4c42b

View file

@ -19,7 +19,7 @@ spec:
command: command:
- /bin/sh - /bin/sh
- -c - -c
- mkdir -p /persist/var/lib/tailscale - mkdir -p /persist/var/lib/tailscale; touch /run/xtables.lock
name: ts-prep name: ts-prep
securityContext: securityContext:
runAsGroup: 1000 runAsGroup: 1000
@ -31,6 +31,8 @@ spec:
readOnly: true readOnly: true
- mountPath: /persist - mountPath: /persist
name: persist name: persist
- mountPath: /run
name: runfolder
containers: containers:
- image: qbittorrentofficial/qbittorrent-nox:latest - image: qbittorrentofficial/qbittorrent-nox:latest
name: qbittorrent name: qbittorrent
@ -92,6 +94,8 @@ spec:
readOnly: true readOnly: true
- mountPath: /persist - mountPath: /persist
name: persist name: persist
- mountPath: /run
name: runfolder
preemptionPolicy: PreemptLowerPriority preemptionPolicy: PreemptLowerPriority
priority: 0 priority: 0
serviceAccountName: tailscale serviceAccountName: tailscale
@ -113,6 +117,8 @@ spec:
claimName: q-config claimName: q-config
- name: persist - name: persist
emptyDir: {} emptyDir: {}
- name: runfolder
emptyDir: {}
- name: kube-api-access-t4rzn - name: kube-api-access-t4rzn
projected: projected:
sources: sources: