/
githubmirror
/
charts
Обзор
Документация
Войти
/
githubmirror
/
charts
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
stable/bitcoind/values.yaml
43 строки
1 KB
Harsha Goli
Change default tag value in values.yaml to 0.17.1 from 0.15.1 (#12794)
22 апр 2019, 21:51
22 апр 2019, 21:51
37614ef
Код
Авторство
О чём код?
# Default values for bitcoind. # This is a YAML-formatted file. # Declare variables to be passed into your templates. terminationGracePeriodSeconds: 30 image: repository: arilot/docker-bitcoind tag: 0.17.1 pullPolicy: IfNotPresent service: rpcPort: 8332 p2pPort: 8333 testnetPort: 18332 testnetP2pPort: 18333 persistence: enabled: true ## database data Persistent Volume Storage Class ## If defined, storageClassName: <storageClass> ## If set to "-", storageClassName: "", which disables dynamic provisioning ## If undefined (the default) or set to null, no storageClassName spec is ## set, choosing the default provisioner. (gp2 on AWS, standard on ## GKE, AWS & OpenStack) ## # storageClass: "-" accessMode: ReadWriteOnce size: 300Gi ## Configure resource requests and limits ## ref: http://kubernetes.io/docs/user-guide/compute-resources/ ## resources: {} # requests: # memory: 512Mi # cpu: 300m # Custom bitcoind configuration file used to override default bitcoind settings configurationFile: bitcoin.conf: |- server=1 printtoconsole=1 rpcuser=rpcuser rpcpassword=rpcpassword