Files
truecharts/charts/dev/bitcoinwalletgui/values.yaml
Kjeld Schouten-Lebbing e9b99e14fe feat(apps): Unraid Port - B (#2440)
* feat(apps): Unraid Port - B

* fix some weirdness

* more fixes

* fixes

* use tccr and cleanup a bit

* fix some tests

* remove botdarr

* remove another non-easily-working thing
2022-04-07 17:40:12 +00:00

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