Files
truecharts/charts/stable/kopia/values.yaml
2022-06-21 12:55:01 +00:00

32 lines
637 B
YAML

image:
repository: tccr.io/truecharts/kopia
tag: v0.10.7@sha256:41c6d2d54bb45f217b95f757b3b96d00355a994b55afe5865ee1fad11ff4def4
pullPolicy: IfNotPresent
extraArgs: ["server", "--address=http://0.0.0.0:10238", "--ui", "--insecure"]
secretEnv:
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"