52 lines
1.1 KiB
YAML
52 lines
1.1 KiB
YAML
image:
|
|
repository: tccr.io/truecharts/ztcuui-aio
|
|
tag: 1.2.14@sha256:8b9c9d6f5f53a47b5a44fb0b24666b4a94c83defb4b443178f20868413da3d9b
|
|
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"
|