Ajay Lotan Thakur | 87633d0 | 2022-09-14 14:18:44 -0600 | [diff] [blame] | 1 | {{/* |
| 2 | # Copyright 2022-present Open Networking Foundation |
| 3 | |
| 4 | # SPDX-License-Identifier: Apache-2.0 |
| 5 | */}} |
| 6 | |
| 7 | {{- if .Values.config.dbtestapp.deploy }} |
| 8 | --- |
| 9 | apiVersion: v1 |
| 10 | kind: Service |
| 11 | metadata: |
| 12 | name: dbtestapp |
| 13 | labels: |
| 14 | {{ tuple "dbtestapp" . | include "5g-test-apps.metadata_labels" | indent 4 }} |
| 15 | spec: |
| 16 | type: {{ .Values.config.dbtestapp.serviceType }} |
| 17 | selector: |
| 18 | {{ tuple "dbtestapp" . | include "5g-test-apps.metadata_labels" | indent 4 }} |
| 19 | ports: |
| 20 | - name: http-api |
| 21 | port: {{ .Values.config.dbtestapp.httpServer.port }} |
| 22 | protocol: TCP |
| 23 | {{- end }} |