Files
truecharts/charts/stable/kopia/values.yaml
T
Stavros KoisandGitHub 1838d7fa44 feat(apps): move apps to stable (#2784)
* feat(netdata): move to stable

* feat(baserow): move to stable

* feat(kopia): move to stable
2022-05-29 19:53:52 +03:00

32 lines
631 B
YAML

image:
repository: kopia/kopia
tag: 20220528.0.132040@sha256:08e1637c0de22d155cdb7cd86600092453c92145a775f805444cabe6c0b5002c
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"