summaryrefslogtreecommitdiffstats
path: root/kubernetes/msb/templates/all-services.yaml
blob: fee2586223ca8c2a55cd5b368a090b6eb4705f41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
apiVersion: v1
kind: Service
metadata:
  name: msb-consul
  labels:
    app: msb-consul
spec:
  clusterIP: "{{ .Values.consulClusterIP }}"
  ports:
    - port: 8500
      nodePort: "{{ .Values.consulNodePort }}"
  selector:
    app: msb-consul
  type: NodePort