* feat(netdata): move to stable * feat(baserow): move to stable * feat(kopia): move to stable
32 lines
631 B
YAML
32 lines
631 B
YAML
image:
|
|
repository: kopia/kopia
|
|
tag: 20220528.0.132040@sha256:08e1637c0de22d155cdb7cd86600092453c92145a775f805444cabe6c0b5002c
|
|
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"
|