Files
truecharts/charts/stable/zerotier/values.yaml
T
6a595952b1 chore(deps): update docker general non-major (#2338)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-03-30 10:01:13 +02:00

41 lines
755 B
YAML

image:
repository: tccr.io/truecharts/zerotier
pullPolicy: IfNotPresent
tag: v1.8.6@sha256:144fbbe780798d6bc0d1069309839da9cc914e85a2f4aa5bc28a8fab23472c6c
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