* chore(deps): update docker general non-major docker tags * Commit bumped Chart Version Signed-off-by: TrueCharts-Bot <bot@truecharts.org> Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
35 lines
655 B
YAML
35 lines
655 B
YAML
env:
|
|
UMASK: ""
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/duplicacy
|
|
tag: latest@sha256:cfa026d138c1910d56f1e2b00b64cf881f8bc09cca45530b9ef2c68b6e185b9c
|
|
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
|
|
|
|
portal:
|
|
enabled: true
|