Arrobo, Gabriel | 9af7a94 | 2022-09-20 12:48:06 -0700 | [diff] [blame] | 1 | {{/* |
2 | # Copyright 2022-present Intel Corporation | ||||
3 | # | ||||
4 | # SPDX-License-Identifier: Apache-2.0 | ||||
5 | */}} | ||||
6 | |||||
7 | apiVersion: v1 | ||||
8 | kind: Service | ||||
9 | metadata: | ||||
10 | name: {{ include "network-test.fullname" . }} | ||||
11 | labels: | ||||
12 | {{- include "network-test.labels" . | nindent 4 }} | ||||
13 | spec: | ||||
14 | type: {{ .Values.service.type }} | ||||
15 | ports: | ||||
16 | - port: {{ .Values.service.port }} | ||||
17 | protocol: TCP | ||||
18 | name: http | ||||
19 | selector: | ||||
20 | {{- include "network-test.selectorLabels" . | nindent 4 }} |