55 lines
1.0 KiB
YAML
55 lines
1.0 KiB
YAML
image:
|
|
repository: jonnyan404/verysync
|
|
tag: 2.16.0@sha256:0608e2923d459f900160c27aeaa87740e2c7d66441cbe2dc1fae2011dd433a83
|
|
pullPolicy: IfNotPresent
|
|
securityContext:
|
|
container:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10193
|
|
bt-udp1:
|
|
enabled: true
|
|
ports:
|
|
bt-udp1:
|
|
enabled: true
|
|
port: 22037
|
|
targetPort: 22037
|
|
protocol: udp
|
|
bt-udp2:
|
|
enabled: true
|
|
ports:
|
|
bt-udp2:
|
|
enabled: true
|
|
port: 22027
|
|
targetPort: 22027
|
|
protocol: udp
|
|
data:
|
|
enabled: true
|
|
ports:
|
|
data:
|
|
enabled: true
|
|
port: 22330
|
|
targetPort: 22330
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: "/data"
|
|
sync:
|
|
enabled: true
|
|
mountPath: "/Sync"
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
VUID: "{{- $.Values.securityContext.container.PUID -}}"
|