Files
truecharts/charts/stable/kopia/values.yaml
T
TrueCharts BotandGitHub 8b44be92c4 chore(deps): update container image kopia/kopia to v20220529.0.22704 (#2794)
* chore(deps): update container image kopia/kopia to v20220529.0.22704

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-05-31 21:19:50 +02:00

32 lines
630 B
YAML

image:
repository: kopia/kopia
tag: 20220529.0.22704@sha256:d4ec8b22bc52ccdfeeb066b08d34c7727406c46c8e6a0b0eea902ef5f31f5834
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"