30 lines
567 B
YAML
30 lines
567 B
YAML
env:
|
|
CUSTOM_RES_H: "768"
|
|
CUSTOM_RES_W: "1024"
|
|
DATA_PERM: "770"
|
|
UMASK: "000"
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/electrum
|
|
tag: latest@sha256:7e2d0abd94825f6fdf38ea336a5ceff8d1ae549ce5fc899b03d7440c15866b86
|
|
persistence:
|
|
datapath:
|
|
enabled: true
|
|
mountPath: /electrum
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8080
|
|
protocol: TCP
|
|
targetPort: 8080
|
|
|
|
portal:
|
|
enabled: true
|