MSB external api gateway service k8s deployment
[oom.git] / kubernetes / msb / templates / msb-consul-deployment.yaml
index 0d98896..1dbbe8f 100644 (file)
@@ -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