2022-07-20 19:12:54 +00:00
|
|
|
env:
|
2022-07-22 18:23:01 +00:00
|
|
|
UMASK: ""
|
2022-07-20 19:12:54 +00:00
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
repository: tccr.io/truecharts/duplicacy
|
2022-08-14 08:50:56 +00:00
|
|
|
tag: latest@sha256:f3bbc6c679809a2f16522e7fa4b87cf1c333dd13e8155f82e78f63af92efc9d7
|
2022-07-20 19:12:54 +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:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
enabled: true
|
|
|
|
port: 3875
|
|
|
|
protocol: TCP
|
|
|
|
targetPort: 3875
|
2022-08-08 21:25:02 +00:00
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|