MSB external api gateway service k8s deployment
Issue-Id: OOM-113, MSB-26
Change-Id: If365e75c7ccf7de902f771ffdd2db3b1566b98b6
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
diff --git a/kubernetes/msb/templates/msb-consul-deployment.yaml b/kubernetes/msb/templates/msb-consul-deployment.yaml
index 0d98896..1dbbe8f 100644
--- a/kubernetes/msb/templates/msb-consul-deployment.yaml
+++ b/kubernetes/msb/templates/msb-consul-deployment.yaml
@@ -19,11 +19,11 @@
image: consul
name: "msb-consul"
ports:
- - containerPort: 8500
+ - containerPort: {{ .Values.consulPort }}
name: msb-consul
readinessProbe:
tcpSocket:
- port: 8500
+ port: {{ .Values.consulPort }}
initialDelaySeconds: 5
periodSeconds: 10
imagePullPolicy: "{{ .Values.pullPolicy }}"
\ No newline at end of file