TrueChartsClone/charts/stable/ztcuui-aio/values.yaml

52 lines
1.1 KiB
YAML

image:
repository: keynetworks/ztncui
tag: 1.2.16@sha256:db32c0778b13f6fe10d03e2c3dad96f0b311a0f482cdc2002506f0d68c27b73a
pullPolicy: IfNotPresent
service:
main:
ports:
main:
port: 10258
other:
enabled: true
ports:
other:
enabled: true
port: 3180
targetPort: 3180
other2:
enabled: true
ports:
other2:
enabled: true
protocol: udp
port: 9993
targetPort: 9993
persistence:
config:
enabled: true
mountPath: /opt/key-networks/ztncui/etc
zerotier:
enabled: true
mountPath: /var/lib/zerotier-one
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
env:
HTTP_PORT: "{{ .Values.service.main.ports.main.port }}"
HTTP_ALL_INTERFACES: "yes"
NODE_ENV: "production"
MYDOMAIN: "test.truecharts.org"
ZTNCUI_PASSWD: "CHANGEME"