blob: 80892fe72862bfef918b6db9aa45fcffd069668d [file] [log] [blame]
apiVersion: v1
kind: Service
metadata:
name: msb-consul
labels:
app: msb-consul
spec:
clusterIP: "{{ .Values.consulClusterIP }}"
ports:
- port: {{ .Values.consulPort }}
nodePort: "{{ .Values.consulNodePort }}"
selector:
app: msb-consul
type: NodePort
---
apiVersion: v1
kind: Service
metadata:
name: msb-discovery
labels:
app: msb-discovery
spec:
clusterIP: "{{ .Values.discoveryClusterIP }}"
ports:
- port: {{ .Values.discoveryPort }}
nodePort: {{ .Values.discoveryNodePort }}
selector:
app: msb-discovery
type: NodePort