blob: 1d7e02cc25c5273d4d083e47708e5f364fd1b7ba [file] [log] [blame]
{{/*
# Copyright 2022-present Open Networking Foundation
# SPDX-License-Identifier: Apache-2.0
*/}}
apiVersion: v1
kind: Service
metadata:
name: {{ include "person-detection-app.fullname" . }}
labels:
{{- include "person-detection-app.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "person-detection-app.selectorLabels" . | nindent 4 }}