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
|
||||
spec:
|
||||
initContainers:
|
||||
- image: ghcr.io/tailscale/tailscale:latest
|
||||
- image: ghcr.io/tailscale/tailscale:v1.80.3
|
||||
command:
|
||||
- /bin/sh
|
||||
- -c
|
||||
- mkdir -p /persist/var/lib/tailscale; touch /run/xtables.lock
|
||||
name: ts-prep
|
||||
securityContext:
|
||||
runAsGroup: 1000
|
||||
runAsUser: 1000
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
privileged: true
|
||||
volumeMounts:
|
||||
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
|
||||
|
@ -82,11 +82,11 @@ spec:
|
|||
# - 100.100.100.100
|
||||
# initialDelaySeconds: 120
|
||||
# periodSeconds: 5
|
||||
image: ghcr.io/tailscale/tailscale:latest
|
||||
image: ghcr.io/tailscale/tailscale:v1.80.3
|
||||
name: ts-sidecar
|
||||
securityContext:
|
||||
runAsGroup: 1000
|
||||
runAsUser: 1000
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
privileged: true
|
||||
volumeMounts:
|
||||
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
|
||||
|
|
Loading…
Add table
Reference in a new issue