40 lines
778 B
YAML
40 lines
778 B
YAML
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: ghcr.io/borgbase/vorta-docker
|
||
|
tag: latest@sha256:c7cb8eb44cf4cdeb3aeb580d21d2b4010b710a706686862452a11f9bb4d4e87d
|
||
|
persistence:
|
||
|
backupsfrom:
|
||
|
enabled: true
|
||
|
mountPath: /data/bkp_from
|
||
|
readOnly: true
|
||
|
backupsto:
|
||
|
enabled: true
|
||
|
mountPath: /data/bkp_to
|
||
|
config:
|
||
|
enabled: true
|
||
|
mountPath: /config
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: true
|
||
|
securityContext:
|
||
|
container:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 5800
|
||
|
protocol: tcp
|
||
|
targetPort: 5800
|
||
|
workload:
|
||
|
main:
|
||
|
podSpec:
|
||
|
containers:
|
||
|
main:
|
||
|
env:
|
||
|
APP_NAME: Vorta
|
||
|
SECURE_CONNECTION: "0"
|
||
|
VNC_PASSWORD: ""
|