2021-07-01 18:26:22 +00:00
|
|
|
image:
|
2021-12-03 12:02:44 +00:00
|
|
|
repository: tccr.io/truecharts/resilio-sync
|
2021-12-03 14:07:49 +00:00
|
|
|
tag: version-2.7.2.1375@sha256:54f42485d39a7773ff2e13c27ebfc32fc448eaf13f8972f38e14eedadb0b3a2e
|
2021-07-01 18:26:22 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 8888
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 8888
|
2022-07-10 09:21:55 +00:00
|
|
|
bt-tcp:
|
2021-11-20 23:20:50 +00:00
|
|
|
enabled: true
|
2021-07-01 18:26:22 +00:00
|
|
|
ports:
|
|
|
|
bt-tcp:
|
|
|
|
enabled: true
|
|
|
|
port: 55555
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 55555
|
2022-07-10 09:21:55 +00:00
|
|
|
bt-udp:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
2021-07-01 18:26:22 +00:00
|
|
|
bt-udp:
|
|
|
|
enabled: true
|
|
|
|
port: 55555
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 55555
|
2023-04-11 10:07:17 +00:00
|
|
|
protocol: udp
|
2021-07-01 18:26:22 +00:00
|
|
|
persistence:
|
|
|
|
config:
|
2021-08-29 12:02:17 +00:00
|
|
|
enabled: true
|
2021-11-14 19:19:16 +00:00
|
|
|
mountPath: "/config"
|
2023-06-17 22:51:55 +00:00
|
|
|
data:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/sync"
|
2021-09-29 14:36:34 +00:00
|
|
|
varrun:
|
|
|
|
enabled: true
|
2022-08-08 21:25:02 +00:00
|
|
|
portal:
|
2023-04-11 10:07:17 +00:00
|
|
|
open:
|
|
|
|
enabled: true
|
|
|
|
securityContext:
|
|
|
|
container:
|
|
|
|
runAsNonRoot: false
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
2023-04-21 16:05:29 +00:00
|
|
|
workload:
|
|
|
|
main:
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
main:
|
|
|
|
probes:
|
|
|
|
liveness:
|
|
|
|
type: tcp
|
|
|
|
port: "{{ .Values.service.main.ports.main.targetPort }}"
|
|
|
|
readiness:
|
|
|
|
type: tcp
|
|
|
|
port: "{{ .Values.service.main.ports.main.targetPort }}"
|
|
|
|
startup:
|
|
|
|
type: tcp
|
|
|
|
port: "{{ .Values.service.main.ports.main.targetPort }}"
|