Files
truecharts/charts/incubator/duplicacy/values.yaml
T
TrueCharts BotandGitHub 4dc32a9142 chore(deps): update docker general non-major (#3736)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-09-11 12:08:28 +02:00

33 lines
615 B
YAML

env:
UMASK: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/duplicacy
tag: latest@sha256:d8542012c282ed00af6dfdfa49412216c18ef925b1a3824a5baa1b279dcfef5c
persistence:
config:
enabled: true
mountPath: /config
hostpathforcache:
enabled: true
mountPath: /cache
hostpathforlogs:
enabled: true
mountPath: /logs
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
ports:
main:
port: 3875
protocol: TCP
targetPort: 3875
portal:
enabled: true