TrueChartsClone/charts/stable/electrum/values.yaml

33 lines
629 B
YAML

image:
pullPolicy: IfNotPresent
repository: ich777/electrum
tag: latest@sha256:be7f12ce6c1b94e3008964f34f54a497368ad04ac71433b46d4f6ab7a96ce08e
persistence:
datapath:
enabled: true
mountPath: /electrum
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 8080
protocol: tcp
targetPort: 8080
workload:
main:
podSpec:
containers:
main:
env:
CUSTOM_RES_H: "768"
CUSTOM_RES_W: "1024"
DATA_PERM: "770"