2658d7c5ea6f9e17e8a808cafd112c76c4254532
[ric-plt/submgr.git] / test / e2t / manifests / e2t_svc.yaml
1 #
2 #==================================================================================
3 #   Copyright (c) 2019 AT&T Intellectual Property.
4 #   Copyright (c) 2019 Nokia
5 #
6 #   Licensed under the Apache License, Version 2.0 (the "License");
7 #   you may not use this file except in compliance with the License.
8 #   You may obtain a copy of the License at
9 #
10 #       http://www.apache.org/licenses/LICENSE-2.0
11 #
12 #   Unless required by applicable law or agreed to in writing, software
13 #   distributed under the License is distributed on an "AS IS" BASIS,
14 #   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 #   See the License for the specific language governing permissions and
16 #   limitations under the License.
17 #==================================================================================
18 #
19 #
20 #   Abstract: E2T Stub Platform service manifest 
21 #   Date:       28 May 2019
22 #
23 kind: Service
24 apiVersion: v1
25 metadata:
26   name: e2t
27   namespace: example
28 spec:
29   selector:
30     app: e2t
31   clusterIP: None
32   ports:
33   - name: nbi
34     port: 8080
35     protocol: TCP
36   - name: sbi-data
37     port: 4560
38     protocol: TCP
39   - name: sbi-control
40     port: 4561
41     protocol: TCP
42