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