Files
truecharts/charts/stable/kopia/values.yaml
T
TrueCharts BotandGitHub 62b1cef80b chore(deps): update docker general non-major (#2860)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-06-13 10:53:45 +02:00

32 lines
634 B
YAML

image:
repository: kopia/kopia
tag: 20220611.0.141757@sha256:826e0c563847e242c3543c361d21cb809b9cde9588fd50755c46782e904a27fe
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"