* chore(deps): update container image kopia/kopia to v20220511.0.135115 * Commit bumped App Version Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
32 lines
631 B
YAML
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"
|