33 lines
629 B
YAML
33 lines
629 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: ich777/electrum
|
|
tag: latest@sha256:e4ff3a3a8e884f827e0c6abf10a3909fe39015a287706bc29cd882e4653bf260
|
|
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"
|