42 lines
746 B
YAML
42 lines
746 B
YAML
|
image:
|
||
|
repository: tccr.io/truecharts/resilio-sync
|
||
|
tag: version-2.7.2.1375@sha256:54f42485d39a7773ff2e13c27ebfc32fc448eaf13f8972f38e14eedadb0b3a2e
|
||
|
pullPolicy: IfNotPresent
|
||
|
|
||
|
securityContext:
|
||
|
runAsNonRoot: false
|
||
|
readOnlyRootFilesystem: false
|
||
|
|
||
|
podSecurityContext:
|
||
|
runAsUser: 0
|
||
|
runAsGroup: 0
|
||
|
|
||
|
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"
|
||
|
varrun:
|
||
|
enabled: true
|