From e038bc2e268fdc3501192602e2378b38a9468c4f Mon Sep 17 00:00:00 2001 From: ns212 Date: Fri, 5 Mar 2021 15:34:08 +0000 Subject: [PATCH] bitcoind: remove verbose flags from electrs --- charts/bitcoind/Chart.yaml | 2 +- charts/bitcoind/templates/deployment.yaml | 1 - charts/polkabtc-vault/templates/deployment.yaml | 2 ++ 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/bitcoind/Chart.yaml b/charts/bitcoind/Chart.yaml index 23c1f78..ac90cf2 100644 --- a/charts/bitcoind/Chart.yaml +++ b/charts/bitcoind/Chart.yaml @@ -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: diff --git a/charts/bitcoind/templates/deployment.yaml b/charts/bitcoind/templates/deployment.yaml index b8dc7a5..742f3eb 100644 --- a/charts/bitcoind/templates/deployment.yaml +++ b/charts/bitcoind/templates/deployment.yaml @@ -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/ diff --git a/charts/polkabtc-vault/templates/deployment.yaml b/charts/polkabtc-vault/templates/deployment.yaml index 1c9671c..2de82eb 100644 --- a/charts/polkabtc-vault/templates/deployment.yaml +++ b/charts/polkabtc-vault/templates/deployment.yaml @@ -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 }}