39 lines
733 B
YAML
39 lines
733 B
YAML
|
env:
|
||
|
APP_NAME: Vorta
|
||
|
GROUP_ID: "100"
|
||
|
SECURE_CONNECTION: "0"
|
||
|
UMASK: "022"
|
||
|
USER_ID: "99"
|
||
|
VNC_PASSWORD: ""
|
||
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: tccr.io/truecharts/vorta
|
||
|
tag: latest@sha256:600d861ee5c269aa03e344c133ac6bf26dec6c7f0ba517fba0618405c98feb57
|
||
|
persistence:
|
||
|
backupsfrom:
|
||
|
enabled: true
|
||
|
mountPath: /data/bkp_from
|
||
|
readOnly: true
|
||
|
backupsto:
|
||
|
enabled: true
|
||
|
mountPath: /data/bkp_to
|
||
|
config:
|
||
|
enabled: true
|
||
|
mountPath: /config
|
||
|
podSecurityContext:
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
securityContext:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsNonRoot: false
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 5800
|
||
|
protocol: TCP
|
||
|
targetPort: 5800
|
||
|
|
||
|
portal:
|
||
|
enabled: true
|