Compare commits
2 commits
c91aa4c42b
...
3c3107b021
Author | SHA1 | Date | |
---|---|---|---|
3c3107b021 | |||
9cd9b6fdfe |
1 changed files with 6 additions and 6 deletions
|
@ -15,15 +15,15 @@ spec:
|
||||||
app: qbittorrent
|
app: qbittorrent
|
||||||
spec:
|
spec:
|
||||||
initContainers:
|
initContainers:
|
||||||
- image: ghcr.io/tailscale/tailscale:latest
|
- image: ghcr.io/tailscale/tailscale:v1.80.3
|
||||||
command:
|
command:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
- -c
|
- -c
|
||||||
- mkdir -p /persist/var/lib/tailscale; touch /run/xtables.lock
|
- mkdir -p /persist/var/lib/tailscale; touch /run/xtables.lock
|
||||||
name: ts-prep
|
name: ts-prep
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsGroup: 1000
|
runAsGroup: 0
|
||||||
runAsUser: 1000
|
runAsUser: 0
|
||||||
privileged: true
|
privileged: true
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
|
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
|
||||||
|
@ -82,11 +82,11 @@ spec:
|
||||||
# - 100.100.100.100
|
# - 100.100.100.100
|
||||||
# initialDelaySeconds: 120
|
# initialDelaySeconds: 120
|
||||||
# periodSeconds: 5
|
# periodSeconds: 5
|
||||||
image: ghcr.io/tailscale/tailscale:latest
|
image: ghcr.io/tailscale/tailscale:v1.80.3
|
||||||
name: ts-sidecar
|
name: ts-sidecar
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsGroup: 1000
|
runAsGroup: 0
|
||||||
runAsUser: 1000
|
runAsUser: 0
|
||||||
privileged: true
|
privileged: true
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
|
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
|
||||||
|
|
Loading…
Add table
Reference in a new issue