TrueChartsClone/charts/incubator/megasync/values.yaml

32 lines
675 B
YAML
Raw Normal View History

env:
CUSTOM_RES_H: "600"
CUSTOM_RES_W: "800"
UMASK: "000"
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/megasync
tag: latest@sha256:f0065aa44fb1c38b7fc30d34e220138dc0a0c6477b78eb7f59015622c2052030
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:
enabled: true
ports:
main:
enabled: true
port: 8080
protocol: TCP
targetPort: 8080