[HLF-CA] Update CA address to allow correct functioning on Minikube (#11744)

Signed-off-by: Alejandro Vicente Grabovetsky <sasha@aid.technology>
This commit is contained in:
Sasha (Alejandro Vicente Grabovetsky)
2019-02-26 09:11:29 -08:00
committed by Kubernetes Prow Robot
parent 06530e5b9b
commit 8831fb5cf7
4 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: Hyperledger Fabric Certificate Authority chart (these charts are created by AID:Tech and are currently not directly associated with the Hyperledger project)
name: hlf-ca
version: 1.1.4
version: 1.1.6
appVersion: 1.3.0
keywords:
- blockchain
+1 -1
View File
@@ -8,4 +8,4 @@ data:
GODEBUG: "netdns=go"
FABRIC_CA_HOME: /var/hyperledger/fabric-ca
FABRIC_CA_SERVER_CA_NAME: {{ .Values.caName | quote }}
SERVICE_DNS: {{ include "hlf-ca.fullname" . }}.{{ .Release.Namespace }}.svc.cluster.local
SERVICE_DNS: 0.0.0.0 # Point to itself
+4
View File
@@ -10,6 +10,10 @@ spec:
matchLabels:
app: {{ include "hlf-ca.name" . }}
release: {{ .Release.Name }}
# Ensure we allow our pod to be unavailable, so we can upgrade
strategy:
rollingUpdate:
maxUnavailable: 1
template:
metadata:
labels:
+1 -3
View File
@@ -10,9 +10,7 @@ Commands should be run from the root folder of the repository.
Due to presence of dependencies, please run inside the chart dir:
```
helm dependency update
```
helm dependency update
### Install