35 lines
807 B
YAML
35 lines
807 B
YAML
image:
|
|
repository: oci.trueforge.org/containerforge/duplicati
|
|
tag: 2.2.0@sha256:eb7b3676b65c55e0ce2945498de6afefe64e5425289bd3b20f2d794678c03eb8
|
|
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
|