38 lines
653 B
YAML
38 lines
653 B
YAML
|
image:
|
||
|
repository: tccr.io/truecharts/duplicati
|
||
|
tag: latest@sha256:c8c569e61786f11210dcfd3e5dad3255c7f0487f4f1be469606402bf9b94a1a6
|
||
|
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
|