Files
truecharts/charts/incubator/kopia/values.yaml
T
TrueCharts BotandGitHub a8c954f1f6 chore(deps): update container image kopia/kopia to v20220513.0.335 (#2667)
* chore(deps): update container image kopia/kopia to v20220513.0.335

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-05-13 09:38:25 +02:00

32 lines
628 B
YAML

image:
repository: kopia/kopia
tag: 20220513.0.335@sha256:443b650f18ec1a835f66641986748e615136fe76aa772e05fbf9c9300f43fd4c
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"