c9c3e06c84
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/zerotier/zerotier | digest | `0819d39` -> `7404ff5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC40LjAiLCJ1cGRhdGVkSW5WZXIiOiIzOC40LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwidXBkYXRlL2RvY2tlci9nZW5lcmFsL25vbi1tYWpvciJdfQ==-->
51 lines
1.0 KiB
YAML
51 lines
1.0 KiB
YAML
image:
|
|
repository: docker.io/zerotier/zerotier
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.14.0@sha256:7404ff5e0700d2d76940d842918adcfc1613fc85f1602dc0c23f7f87029d507d
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: udp
|
|
targetPort: 9993
|
|
port: 10190
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/var/lib/zerotier-one"
|
|
tun:
|
|
enabled: true
|
|
type: hostPath
|
|
hostPath: /dev/net/tun
|
|
mountPath: /dev/net/tun
|
|
hostPathType: ""
|
|
readOnly: false
|
|
portal:
|
|
open:
|
|
enabled: false
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
capabilities:
|
|
add:
|
|
- NET_ADMIN
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|
|
env:
|
|
ZEROTIER_API_SECRET: ""
|
|
ZEROTIER_IDENTITY_PUBLIC: ""
|
|
ZEROTIER_IDENTITY_SECRET: ""
|