2021-10-25 12:19:09 +00:00
|
|
|
image:
|
|
|
|
# -- image repository
|
2021-12-03 15:44:22 +00:00
|
|
|
repository: tccr.io/truecharts/resilio-sync
|
2021-10-25 12:19:09 +00:00
|
|
|
# -- image tag
|
2021-12-03 15:44:22 +00:00
|
|
|
tag: version-2.7.2.1375@sha256:54f42485d39a7773ff2e13c27ebfc32fc448eaf13f8972f38e14eedadb0b3a2e
|
2021-10-25 12:19:09 +00:00
|
|
|
# -- image pull policy
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
|
|
|
|
securityContext:
|
|
|
|
runAsNonRoot: false
|
|
|
|
|
|
|
|
podSecurityContext:
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
|
|
|
|
# -- environment variables. See [image docs](https://docs.linuxserver.io/images/docker-resilio-sync#environment-variables-e) for more details.
|
|
|
|
# @default -- See below
|
|
|
|
env:
|
|
|
|
# -- Set the container timezone
|
|
|
|
TZ: UTC
|
|
|
|
# -- Specify the user ID the application will run as
|
|
|
|
PUID: 568
|
|
|
|
|
|
|
|
# -- Configures service settings for the chart.
|
|
|
|
# @default -- See values.yaml
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 8888
|
2021-11-07 16:24:13 +00:00
|
|
|
targetPort: 8888
|
2021-10-25 12:19:09 +00:00
|
|
|
bt-tcp:
|
2021-11-22 23:47:25 +00:00
|
|
|
enabled: true
|
2021-10-25 12:19:09 +00:00
|
|
|
ports:
|
|
|
|
bt-tcp:
|
|
|
|
enabled: true
|
|
|
|
port: 55555
|
|
|
|
targetPort: 55555
|
|
|
|
bt-udp:
|
2021-11-22 23:47:25 +00:00
|
|
|
enabled: true
|
2021-10-25 12:19:09 +00:00
|
|
|
ports:
|
|
|
|
bt-udp:
|
|
|
|
enabled: true
|
|
|
|
port: 55555
|
|
|
|
targetPort: 55555
|
2021-11-07 16:24:13 +00:00
|
|
|
protocol: UDP
|
2021-10-25 12:19:09 +00:00
|
|
|
|
|
|
|
# -- Configure persistence settings for the chart under this key.
|
|
|
|
# @default -- See values.yaml
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
2021-11-15 23:31:22 +00:00
|
|
|
mountPath: "/config"
|
2021-10-25 12:19:09 +00:00
|
|
|
varrun:
|
|
|
|
enabled: true
|