44 lines
784 B
YAML
44 lines
784 B
YAML
image:
|
|
repository: tccr.io/truecharts/zerotier
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.10.2@sha256:aa637f89e6e3105dff228b59ff75070913fda72f11f048912a278e84b7a34b15
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
capabilities:
|
|
add:
|
|
- NET_ADMIN
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
secretEnv:
|
|
ZEROTIER_API_SECRET: ""
|
|
ZEROTIER_IDENTITY_PUBLIC: ""
|
|
ZEROTIER_IDENTITY_SECRET: ""
|
|
|
|
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:
|
|
enabled: false
|