37 lines
738 B
YAML
37 lines
738 B
YAML
env:
|
|
VNC_PW: vncpassword
|
|
VNC_RESOLUTION: 1280x1024
|
|
VNC_VIEW_ONLY: "false"
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/bitcoinwalletgui
|
|
tag: latest@sha256:738088fa67f95e40f3fe46a4355079984e3560f78fb9ce7f583f01ace686f9dc
|
|
persistence:
|
|
bitcoinblockchainpath:
|
|
enabled: true
|
|
mountPath: /headless/.bitcoin/
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 6901
|
|
protocol: HTTP
|
|
targetPort: 6901
|
|
vncport:
|
|
enabled: true
|
|
ports:
|
|
vncport:
|
|
enabled: true
|
|
port: 5905
|
|
protocol: TCP
|
|
targetPort: 5901
|
|
|
|
portal:
|
|
enabled: true
|