This is frustratingly necessary
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
a885f275a6
commit
c91aa4c42b
1 changed files with 7 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue