38 lines
653 B
YAML
38 lines
653 B
YAML
image:
|
|
repository: tccr.io/truecharts/duplicati
|
|
tag: latest@sha256:bfd3741e9e2ca4403f192f0729a08bfeceee26f95897322a836d363f49b75245
|
|
pullPolicy: IfNotPresent
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8200
|
|
targetPort: 8200
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
type: http
|
|
path: /
|
|
readiness:
|
|
type: http
|
|
path: /
|
|
startup:
|
|
type: http
|
|
path: /
|
|
env: {}
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /data
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|