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:51c13eee99bd4c5ccd3afe980cc4106bcb39b3f38df7790fc693ab3df37a4803
|
|
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
|