2022-03-20 16:08:53 +00:00
|
|
|
image:
|
2022-03-22 17:42:34 +00:00
|
|
|
repository: tccr.io/truecharts/verysync
|
2023-05-26 08:17:24 +00:00
|
|
|
tag: 2.16.0@sha256:19ccdb8592db67eadc83cfd441fec7ccd60e62e1044222e89bbd4fdd15b20d71
|
2022-03-20 16:08:53 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2023-05-26 07:47:56 +00:00
|
|
|
securityContext:
|
|
|
|
container:
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
2022-03-20 16:08:53 +00:00
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 10193
|
2022-07-10 09:21:55 +00:00
|
|
|
bt-udp1:
|
2022-03-20 16:08:53 +00:00
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
bt-udp1:
|
|
|
|
enabled: true
|
|
|
|
port: 22037
|
|
|
|
targetPort: 22037
|
2023-04-11 10:07:17 +00:00
|
|
|
protocol: udp
|
2022-07-10 09:21:55 +00:00
|
|
|
bt-udp2:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
2022-03-20 16:08:53 +00:00
|
|
|
bt-udp2:
|
|
|
|
enabled: true
|
|
|
|
port: 22027
|
|
|
|
targetPort: 22027
|
2023-04-11 10:07:17 +00:00
|
|
|
protocol: udp
|
2022-03-20 16:08:53 +00:00
|
|
|
data:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
data:
|
|
|
|
enabled: true
|
|
|
|
port: 22330
|
|
|
|
targetPort: 22330
|
|
|
|
persistence:
|
|
|
|
data:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/data"
|
2022-03-27 18:28:03 +00:00
|
|
|
sync:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/Sync"
|
2022-08-08 21:25:02 +00:00
|
|
|
portal:
|
2023-04-11 10:07:17 +00:00
|
|
|
open:
|
|
|
|
enabled: true
|
|
|
|
|
|
|
|
workload:
|
|
|
|
main:
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
main:
|
|
|
|
env:
|
|
|
|
PORT: "{{ .Values.service.main.ports.main.port }}"
|
2023-05-26 07:51:32 +00:00
|
|
|
VUID: "{{- $.Values.securityContext.container.PUID -}}"
|