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