56 lines
1.0 KiB
YAML
56 lines
1.0 KiB
YAML
|
image:
|
||
|
repository: tccr.io/truecharts/verysync
|
||
|
tag: 2.16.0@sha256:19ccdb8592db67eadc83cfd441fec7ccd60e62e1044222e89bbd4fdd15b20d71
|
||
|
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 -}}"
|