TrueChartsClone/charts/incubator/kopia/values.yaml

32 lines
630 B
YAML

image:
repository: kopia/kopia
tag: 20220510.0.34525@sha256:01dd824e7e4e1044bbb2e5d746923dffa9d7c03cd4c632cdaa43726ac8b1112d
pullPolicy: IfNotPresent
extraArgs: ["server", "--address=http://0.0.0.0:10238", "--ui", "--insecure"]
secret:
KOPIA_PASSWORD: ""
KOPIA_SERVER_USERNAME: "user"
KOPIA_SERVER_PASSWORD: "password"
service:
main:
ports:
main:
port: 10238
persistence:
config:
enabled: true
mountPath: "/app/config"
cache:
enabled: true
mountPath: "/app/cache"
logs:
enabled: true
mountPath: "/app/logs"
rclone:
enabled: true
mountPath: "/app/rclone"