Files
truecharts/charts/stable/kopia/values.yaml
T
TrueCharts BotandGitHub 9c563adfe1 chore(deps): update container image kopia/kopia to v20220613.0.214712 (#2874)
* chore(deps): update container image kopia/kopia to v20220613.0.214712

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-06-14 09:15:49 +02:00

32 lines
634 B
YAML

image:
repository: kopia/kopia
tag: 20220613.0.214712@sha256:187d67ac70300a62b7b28a6f4dbeba9b577c55cf2a97bcad491cab63b3392043
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"