From 4ea06553753981bc663fd5fa7961628d03385564 Mon Sep 17 00:00:00 2001 From: HuabingZhao Date: Tue, 29 Aug 2017 15:30:10 +0800 Subject: MSB external api gateway service k8s deployment Issue-Id: OOM-113, MSB-26 Change-Id: If365e75c7ccf7de902f771ffdd2db3b1566b98b6 Signed-off-by: HuabingZhao --- kubernetes/msb/templates/msb-consul-deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kubernetes/msb/templates/msb-consul-deployment.yaml') diff --git a/kubernetes/msb/templates/msb-consul-deployment.yaml b/kubernetes/msb/templates/msb-consul-deployment.yaml index 0d98896529..1dbbe8fb1b 100644 --- a/kubernetes/msb/templates/msb-consul-deployment.yaml +++ b/kubernetes/msb/templates/msb-consul-deployment.yaml @@ -19,11 +19,11 @@ spec: 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 -- cgit 1.2.3-korg