31 lines
604 B
YAML
31 lines
604 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: ghcr.io/ich777/electrum
|
|
tag: latest@sha256:8aef318bdde55512a040733c7553d166f6c5dc76c129cda31ae53f27a8f41538
|
|
persistence:
|
|
datapath:
|
|
enabled: true
|
|
mountPath: /electrum
|
|
|
|
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"
|