36 lines
860 B
YAML
36 lines
860 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: oci.trueforge.org/containerforge/duplicati
|
|
tag: 2.3.0@sha256:81966cde4b97b0f84673e635994ef6a3c34412e9e6a81f346d3fa8b9d7aca12b
|
|
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:
|
|
DUPLICATI__WEBSERVICE_PASSWORD: "SuperSecretPassword"
|
|
SETTINGS_ENCRYPTION_KEY: "real_encryption_key"
|
|
# DOTNET_SYSTEM_IO_DISABLEFILELOCKING: true
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /data
|