TrueChartsClone/charts/incubator/megasync/values.yaml

33 lines
660 B
YAML

env:
CUSTOM_RES_H: "600"
CUSTOM_RES_W: "800"
UMASK: "000"
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/megasync
tag: latest@sha256:d94f4c81412cd0ea25dadeaae5f58e5f654a82eb9b71adfad622f38d8bd0112b
persistence:
datadir:
enabled: true
mountPath: /megasync/.local/share/data/Mega Limited/MEGAsync
hostpath:
enabled: true
mountPath: /mnt/host
readOnly: true
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
ports:
main:
port: 8080
protocol: TCP
targetPort: 8080
portal:
enabled: true