image: repository: tccr.io/truecharts/zerotier pullPolicy: IfNotPresent tag: v1.12.1@sha256:8de6f978bf0ba6bdc62a90f31087aa2da5ddddfb9aa1b03a33618b24d7a3b928 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: ""