mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/bitcoin] Fix deployment resources mapping (#13110)
* [Bitcoin] Fix resource mapping Signed-off-by: Kasper Kondzielski <kghost0@gmail.com> * [Bitcoin] Update chart version Signed-off-by: Kasper Kondzielski <kghost0@gmail.com> * Update chart version Signed-off-by: Kasper Kondzielski <kghost0@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
c24cb52d29
commit
a7e58d4247
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: bitcoind
|
||||
version: 0.2.1
|
||||
version: 0.2.2
|
||||
appVersion: 0.17.1
|
||||
description: Bitcoin is an innovative payment network and a new kind of money.
|
||||
keywords:
|
||||
|
||||
@@ -37,7 +37,7 @@ spec:
|
||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
|
||||
imagePullPolicy: {{ .Values.image.pullPolicy | quote }}
|
||||
resources:
|
||||
{{ toYaml .Values.resources | indent 10 }}
|
||||
{{ toYaml .Values.resources | indent 12 }}
|
||||
ports:
|
||||
- name: rpc
|
||||
containerPort: {{ .Values.service.rpcPort }}
|
||||
|
||||
Reference in New Issue
Block a user