Files
truecharts/charts/incubator/kopia/values.yaml
T
TrueCharts BotandGitHub 97b9abf547 chore(deps): update container image kopia/kopia to v20220511.0.135115 (#2661)
* chore(deps): update container image kopia/kopia to v20220511.0.135115

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-05-12 12:45:11 +02:00

32 lines
631 B
YAML

image:
repository: kopia/kopia
tag: 20220511.0.135115@sha256:4b8eab0f70f73c4ae58893d95747623d182a75971c674dc516889db1b08dbbda
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"