| # SPDX-FileCopyrightText: 2020-present Open Networking Foundation <info@opennetworking.org> |
| # SPDX-License-Identifier: Apache-2.0 |
| name: {{ template "prom-label-proxy.fullname" . }} |
| app: {{ template "prom-label-proxy.fullname" . }} |
| chart: "{{ .Chart.Name }}-{{ .Chart.Version }}" |
| release: "{{ .Release.Name }}" |
| heritage: "{{ .Release.Service }}" |
| {{- include "prom-label-proxy.labels" . | nindent 4 }} |
| type: {{ .Values.service.type }} |
| name: {{ template "prom-label-proxy.fullname" . }} |
| port: {{ .Values.service.http.port }} |
| port: {{ .Values.service.gnmi.port }} |