feat(apps): move koel and zerotier to stable (#2232)

* feat(koel): move to stable

* feat(zerotier): move to stable

* update app req
This commit is contained in:
Stavros Kois
2022-03-20 22:21:31 +02:00
committed by GitHub
parent 35b228a474
commit f29a6746ba
21 changed files with 2 additions and 3 deletions
+35
View File
@@ -0,0 +1,35 @@
image:
repository: zerotier/zerotier
pullPolicy: IfNotPresent
tag: 1.8.4@sha256:b57e76e4291fbc26e1c75df07bc3534e9180457343c7ceff5d7ac8c4e25f6f44
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
capabilities:
add:
- NET_ADMIN
podSecurityContext:
runAsUser: 0
runAsGroup: 0
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