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