2022-03-20 16:08:53 +00:00
|
|
|
image:
|
2022-03-22 17:42:34 +00:00
|
|
|
repository: tccr.io/truecharts/verysync
|
2022-10-07 08:59:29 +00:00
|
|
|
tag: 2.14.0@sha256:0fc2bed49729b2293e2661fb34943ffa21724336a6b235165830755a48c45a95
|
2022-03-20 16:08:53 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
|
|
|
|
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
|
|
|
|
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
|
|
|
|
protocol: UDP
|
|
|
|
data:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
data:
|
|
|
|
enabled: true
|
|
|
|
port: 22330
|
|
|
|
targetPort: 22330
|
|
|
|
|
|
|
|
env:
|
|
|
|
PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
|
|
|
|
|
|
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:
|
|
|
|
enabled: true
|