Integrate Openness EAA
[multicloud/k8s.git] / kud / tests / openness / eaa / helm / eaa / templates / eaa-service.yaml
1 apiVersion: v1
2 kind: Service
3 metadata:
4   name: {{ .Values.service.eaa.name }}
5   namespace: {{ .Release.Namespace }}
6 spec:
7   clusterIP: {{ .Values.service.eaa.clusterIP }}
8   selector:
9     name: eaa
10   ports:
11     - name: {{ .Values.service.eaa.httpPortName}}
12       protocol: {{ .Values.service.eaa.httpProtocol}}
13       port: {{ .Values.service.eaa.httpPort }}
14       targetPort: {{ .Values.service.eaa.httpTargetPort }}
15     - name: {{ .Values.service.eaa.httpsPortName }}
16       protocol: {{ .Values.service.eaa.httpsProtocol }}
17       port: {{ .Values.service.eaa.httpsPort }}
18       targetPort: {{ .Values.service.eaa.httpsTargetPort }}