Files
truecharts/charts/stable/kopia/values.yaml
T
TrueCharts BotandGitHub 0be2a2bba5 chore(deps): update container image kopia/kopia to v20220611.0.63133 (#2857)
* chore(deps): update container image kopia/kopia to v20220611.0.63133

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-06-11 20:06:03 +02:00

32 lines
633 B
YAML

image:
repository: kopia/kopia
tag: 20220611.0.63133@sha256:5e279689eea138435273d4d90a7ac7e5cf820fe3df6c64039c1f66c2f7775695
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"