Files
truecharts/charts/stable/resilio-sync/values.yaml
T
Stavros KoisandGitHub 8fcda955e2 chore(apps): combine some ports (#3096)
* chore(apps): combine some ports

* lints

* move `protocol` under `ports` rather under `service`

* bump cloudd
2022-07-09 21:29:01 +02:00

39 lines
703 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:
enabled: true
ports:
bt-tcp:
enabled: true
port: 55555
targetPort: 55555
bt-udp:
enabled: true
port: 55555
targetPort: 55555
protocol: UDP
persistence:
config:
enabled: true
mountPath: "/config"
varrun:
enabled: true