2024-04-29 12:41:56 +00:00
|
|
|
image:
|
|
|
|
repository: ghcr.io/linuxserver/resilio-sync
|
2024-05-19 13:11:59 +00:00
|
|
|
tag: 2.8.0@sha256:962cdac879d8bdb91e5b96619009ed3401c2a465de601f4124acdddbf43fff41
|
2024-04-29 12:41:56 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 8888
|
|
|
|
targetPort: 8888
|
|
|
|
bt-tcp:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
bt-tcp:
|
|
|
|
enabled: true
|
|
|
|
port: 55555
|
|
|
|
targetPort: 55555
|
|
|
|
bt-udp:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
bt-udp:
|
|
|
|
enabled: true
|
|
|
|
port: 55555
|
|
|
|
targetPort: 55555
|
|
|
|
protocol: udp
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/config"
|
|
|
|
data:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/sync"
|
|
|
|
varrun:
|
|
|
|
enabled: true
|
|
|
|
portal:
|
|
|
|
open:
|
|
|
|
enabled: true
|
|
|
|
securityContext:
|
|
|
|
container:
|
|
|
|
runAsNonRoot: false
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
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 }}"
|