* chore(apps): Sync questions and values env's * chore(apps): sync questions and values env's * chore(apps): sync questions and values env's * chore(apps): sync questions and values env's * chore(apps): sync questions and values env's * chore(apps): sync questions and values env's * chore(apps): sync questions and values env's * remove disabled ingress from values * remove required: false from questions * whoops * some cleanup * more cleanup * clean * commented * some fixes
17 lines
313 B
YAML
17 lines
313 B
YAML
image:
|
|
repository: tccr.io/truecharts/duplicati
|
|
tag: latest@sha256:9435ca54cf320b8f6b285e4bb6b304e285e828a2b97f29f3037ac604924d99a0
|
|
pullPolicy: IfNotPresent
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8200
|
|
targetPort: 8200
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/data"
|