catalog/stable/zerotier/1.0.19/ix_values.yaml

41 lines
755 B
YAML

image:
repository: tccr.io/truecharts/zerotier
pullPolicy: IfNotPresent
tag: v1.8.9@sha256:a3430eb0f96b6ccc3e99437b2c3515381515731e74192e23cef372d59fd303a2
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
capabilities:
add:
- NET_ADMIN
podSecurityContext:
runAsUser: 0
runAsGroup: 0
secret:
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