TrueChartsClone/charts/incubator/duplicacy/values.yaml

32 lines
630 B
YAML
Raw Normal View History

env:
UMASK: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/duplicacy
tag: latest@sha256:08e3518083a5ac0b8f6c4794861ea99510957f953dff9f0aa9d3499d9ca83a9f
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:
enabled: true
ports:
main:
enabled: true
port: 3875
protocol: TCP
targetPort: 3875