61 lines
1.2 KiB
YAML
61 lines
1.2 KiB
YAML
image:
|
|
repository: tccr.io/truecharts/kopia
|
|
tag: 0.13.0@sha256:72ed1856efdd443be31e23535d24242056639a387587aa3ade5413e75dad0603
|
|
pullPolicy: IfNotPresent
|
|
|
|
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
envFrom:
|
|
- secretRef:
|
|
name: "kopia-secret"
|
|
args:
|
|
- server
|
|
- start
|
|
- --address=http://0.0.0.0:10238
|
|
- --insecure
|
|
- --server-username={{ .Values.kopia.server_username }}
|
|
- --server-password={{ .Values.kopia.server_password }}
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|
|
|
|
kopia:
|
|
kopia_user: "user"
|
|
kopia_password: "secret"
|
|
kopia_server_username: "user"
|
|
kopia_server_password: "password"
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: http
|
|
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"
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|