# yaml-language-server: $schema=./values.schema.json image: pullPolicy: IfNotPresent repository: docker.io/kylemanna/bitcoind tag: latest@sha256:46904e5c985f0148ca07a7702d17299fb5fa0678cb4a091c080c11ac78e92617 persistence: blockhainstorage: enabled: true mountPath: /bitcoin/.bitcoin securityContext: container: readOnlyRootFilesystem: false runAsGroup: 0 runAsUser: 0 service: main: ports: main: port: 8332 protocol: tcp targetPort: 8332 port2: enabled: true ports: port2: enabled: true port: 8333 protocol: tcp targetPort: 8333