blob: fee2586223ca8c2a55cd5b368a090b6eb4705f41 [file] [log] [blame]
HuabingZhaof2a9f562017-08-26 11:49:59 +08001apiVersion: v1
2kind: Service
3metadata:
4 name: msb-consul
5 labels:
6 app: msb-consul
7spec:
8 clusterIP: "{{ .Values.consulClusterIP }}"
9 ports:
10 - port: 8500
11 nodePort: "{{ .Values.consulNodePort }}"
12 selector:
13 app: msb-consul
14 type: NodePort