2022-11-10 19:04:49 +00:00
|
|
|
env:
|
|
|
|
UMASK: ""
|
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
repository: tccr.io/truecharts/duplicacy
|
2022-11-12 20:12:51 +00:00
|
|
|
tag: latest@sha256:db4b714fe7c73ffb64a9bf4f7ab6667233e06a4b220c412021c1a14111d7a225
|
2022-11-10 19:04:49 +00:00
|
|
|
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
|