35 lines
581 B
YAML
35 lines
581 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/duplicacy
|
|
tag: latest@sha256:1c5a6f92d6856d1f8c56c47566f78a383b702e73a5cc573cd0b6fd5c6ea197c0
|
|
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 3875
|
|
protocol: HTTP
|
|
targetPort: 3875
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
cache:
|
|
enabled: true
|
|
mountPath: /cache
|
|
logs:
|
|
enabled: true
|
|
mountPath: /logs
|
|
|
|
portal:
|
|
enabled: true
|