51 lines
1.0 KiB
YAML
51 lines
1.0 KiB
YAML
|
image:
|
||
|
repository: tccr.io/truecharts/zerotier
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: 1.10.6@sha256:7cffa55238aedff4f0f552035925146f4b512bed338d0aa24fd61e656f0052ec
|
||
|
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: ""
|