2022-05-07 11:08:44 +00:00
|
|
|
image:
|
2024-01-02 11:15:02 +00:00
|
|
|
repository: kopia/kopia
|
2024-04-16 06:31:24 +00:00
|
|
|
tag: 0.17.0@sha256:51784ce0961940846f4f47cab2d4f58e2e0cb467de357f9a80279b149a00c06e
|
2022-05-07 11:08:44 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
|
2023-07-08 21:37:07 +00:00
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
protocol: http
|
|
|
|
port: 10238
|
2022-05-07 11:08:44 +00:00
|
|
|
|
2023-07-08 21:37:07 +00:00
|
|
|
kopia:
|
2023-07-09 14:32:57 +00:00
|
|
|
user: "user"
|
|
|
|
password: "secret"
|
|
|
|
server_username: "user"
|
|
|
|
server_password: "password"
|
2023-06-10 08:49:18 +00:00
|
|
|
|
|
|
|
workload:
|
|
|
|
main:
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
main:
|
|
|
|
envFrom:
|
|
|
|
- secretRef:
|
2023-07-14 08:50:24 +00:00
|
|
|
name: "kopia-secrets"
|
2023-06-10 08:49:18 +00:00
|
|
|
args:
|
|
|
|
- server
|
|
|
|
- start
|
2023-07-08 21:37:07 +00:00
|
|
|
- --address=http://0.0.0.0:{{ .Values.service.main.ports.main.port }}
|
2023-06-10 08:49:18 +00:00
|
|
|
- --insecure
|
|
|
|
- --server-username={{ .Values.kopia.server_username }}
|
|
|
|
- --server-password={{ .Values.kopia.server_password }}
|
|
|
|
probes:
|
|
|
|
liveness:
|
|
|
|
enabled: false
|
|
|
|
readiness:
|
|
|
|
enabled: false
|
|
|
|
startup:
|
|
|
|
enabled: false
|
|
|
|
|
2022-05-07 11:08:44 +00:00
|
|
|
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"
|
2022-08-08 21:25:02 +00:00
|
|
|
|
|
|
|
portal:
|
2023-06-10 08:49:18 +00:00
|
|
|
open:
|
|
|
|
enabled: true
|