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