Skip to content

Commit

Permalink
bitcoind: remove verbose flags from electrs
Browse files Browse the repository at this point in the history
  • Loading branch information
ns212 committed Mar 5, 2021
1 parent 625ab45 commit e038bc2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/bitcoind/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: bitcoind
version: 1.1.0-6
version: 1.1.0-7
appVersion: 0.20.1
description: Bitcoin is an innovative payment network and a new kind of money.
keywords:
Expand Down
1 change: 0 additions & 1 deletion charts/bitcoind/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ spec:
- --http-addr=0.0.0.0:3000
- --network={{ .Values.electrs.network }}
- --cookie={{ .Values.rpcUser }}:{{ .Values.rpcPassword }}
- -vvv
volumeMounts:
- name: data
mountPath: /home/bitcoin/.bitcoin/
Expand Down
2 changes: 2 additions & 0 deletions charts/polkabtc-vault/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,10 @@ spec:
- name: http
containerPort: {{ .Values.service.port }}
protocol: TCP

livenessProbe:
{{- toYaml .Values.livenessProbe | nindent 12 }}
{{- end }}
{{- if .Values.readinessProbe }}
readinessProbe:
{{- toYaml .Values.readinessProbe | nindent 12 }}
Expand Down

0 comments on commit e038bc2

Please sign in to comment.