blob: 3446ee9530951d1752e81079677145a992f875f1 [file] [log] [blame]
# Copyright 2020-present Open Networking Foundation
# SPDX-License-Identifier: Apache-2.0
apiVersion: v1
kind: Service
metadata:
name: {{ include "edge-monitoring-server.fullname" . }}
labels:
{{- include "edge-monitoring-server.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "edge-monitoring-server.selectorLabels" . | nindent 4 }}