32 lines
631 B
YAML
32 lines
631 B
YAML
image:
|
|
repository: kopia/kopia
|
|
tag: 20220531.0.202938@sha256:17e51f15eb7799f9e4610e9c136babb8d0930bfaebff282a5cf06ab7374e777e
|
|
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"
|