Files
truecharts/charts/stable/resilio-sync/values.yaml
T
Stavros KoisandGitHub a4b896dabf fix(apps): revert combine ports (#3119)
* Revert "chore(apps): combine some ports"

This reverts commit 6c3a74ab81c77e49a7a115f991862ba920092d51.

* Revert "lints"

This reverts commit b7f3ef949e26b4c4593b69dc2e910ff9dada932f.

* bumps
2022-07-10 11:21:55 +02:00

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