Files
truecharts/charts/incubator/vorta/values.yaml
T
TrueCharts BotandGitHub 5ae7174781 chore(deps): update docker general non-major (#4301)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-11-05 13:48:43 +02:00

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:6107424526cacac7bfc4c688547e82dd5ad2e1d459442d9e338fde065c5cda5d
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