59 lines
1.2 KiB
YAML
59 lines
1.2 KiB
YAML
|
image:
|
||
|
repository: ghcr.io/linuxserver/resilio-sync
|
||
|
tag: 2.7.3@sha256:0266cf20f00724eaaf801c5cbf9ae1c41acb2ac4f6cfd60c5018dee439bf54ab
|
||
|
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 }}"
|