aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/msb/templates/msb-consul-deployment.yaml
diff options
context:
space:
mode:
authorrui hu <hu.rui2@zte.com.cn>2017-08-29 07:36:46 +0000
committerGerrit Code Review <gerrit@onap.org>2017-08-29 07:36:46 +0000
commitec8eda0552de47b71539244b8c0994aae862bbff (patch)
tree25a2b8c52cfc417bf28015d8ad2da94ed463f0e8 /kubernetes/msb/templates/msb-consul-deployment.yaml
parent9db2d4903abafc6aaff3e7a6ecc02cd36cdf496b (diff)
parent4ea06553753981bc663fd5fa7961628d03385564 (diff)
Merge "MSB external api gateway service k8s deployment"
Diffstat (limited to 'kubernetes/msb/templates/msb-consul-deployment.yaml')
-rw-r--r--kubernetes/msb/templates/msb-consul-deployment.yaml4
1 files changed, 2 insertions, 2 deletions
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