From 66d19f969d3484318d58bf58cd6360c2c9d4fd36 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Tue, 2 Apr 2024 17:30:47 +0100 Subject: [PATCH] Add missing k8s_builder config to v25 core.yaml (#184) Related to #28 Signed-off-by: James Taylor --- defaultconfig/peer/v25/core.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/defaultconfig/peer/v25/core.yaml b/defaultconfig/peer/v25/core.yaml index 2b5482e6..fdf90866 100644 --- a/defaultconfig/peer/v25/core.yaml +++ b/defaultconfig/peer/v25/core.yaml @@ -612,6 +612,15 @@ chaincode: - IBP_BUILDER_SHARED_DIR - PEER_NAME + # Default builder for "k8s" chaincode packages. + # See https://github.com/hyperledgendary/fabric-builder-k8s + - name: k8s_builder + path: /opt/hyperledger/k8s_builder + propagateEnvironment: + - CORE_PEER_ID + - KUBERNETES_SERVICE_HOST + - KUBERNETES_SERVICE_PORT + # Default builder for chaincode-as-a-service, included in fabric # opensource versions >= 2.4.2. This is a "no-op" builder and will not # manage the lifecycle of pods, deployments, and services in k8s. The