* chore(deps): update docker general non-major * Commit bumped App Version Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
32 lines
637 B
YAML
32 lines
637 B
YAML
image:
|
|
repository: tccr.io/truecharts/kopia
|
|
tag: v0.11.0@sha256:f6701bafd01b51df0106a871b20a768492d8818b0bdd38023ddebac45ca6f82c
|
|
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"
|