apiVersion: v1 kind: Service metadata: name: {{ include "metrics-server.fullname" . }} namespace: {{ .Release.Namespace }} labels: {{- include "metrics-server.labels" . | nindent 4 }} {{- with .Values.service.labels -}} {{- toYaml . | nindent 4 }} {{- end }} {{- with .Values.service.annotations }} annotations: {{- toYaml . | nindent 4 }} {{- end }} spec: type: {{ .Values.service.type }} ports: - name: https port: {{ .Values.service.port }} protocol: TCP targetPort: https selector: {{- include "metrics-server.selectorLabels" . | nindent 4 }}