Update nonrtric A1 simulator to allow http
[it/dep.git] / nonrtric / RECIPE_EXAMPLE / example_recipe.yaml
1 ################################################################################
2 #   Copyright (c) 2020 Nordix Foundation.                                      #
3 #                                                                              #
4 #   Licensed under the Apache License, Version 2.0 (the "License");            #
5 #   you may not use this file except in compliance with the License.           #
6 #   You may obtain a copy of the License at                                    #
7 #                                                                              #
8 #       http://www.apache.org/licenses/LICENSE-2.0                             #
9 #                                                                              #
10 #   Unless required by applicable law or agreed to in writing, software        #
11 #   distributed under the License is distributed on an "AS IS" BASIS,          #
12 #   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.   #
13 #   See the License for the specific language governing permissions and        #
14 #   limitations under the License.                                             #
15 ################################################################################
16
17 #-------------------------------------------------------------------------
18 # Global common setting
19 #-------------------------------------------------------------------------
20
21 common:
22   releasePrefix: r2-dev-nonrtric
23 # Change the namespaces using the following options
24   namespace:
25     nonrtric: nonrtric
26
27 component: nonrtric
28
29 a1controller:
30   a1controller:
31     imagePullPolicy: IfNotPresent
32     image:
33       registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc'
34       name: nonrtric-a1-controller
35       tag: 1.7.5
36     replicaCount: 1
37     service:
38       allowHttp: true
39       httpName: http
40       internalPort1: 8282
41       targetPort1: 8181
42       httpsName: https
43       internalPort2: 8383
44       targetPort2: 8443
45     liveness:
46       initialDelaySeconds: 60
47       periodSeconds: 10
48     readiness:
49       initialDelaySeconds: 60
50       periodSeconds: 10
51
52 a1simulator:
53   a1simulator:
54     name: a1-sim
55     imagePullPolicy: IfNotPresent
56     image:
57       registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc'
58       name: a1-simulator
59       tag: 1.0.1
60     service:
61       allowHttp: true
62       httpName: http
63       internalPort1: 8085
64       targetPort1: 8085
65       httpsName: https
66       internalPort2: 8185
67       targetPort2: 8185
68     liveness:
69       initialDelaySeconds: 20
70       periodSeconds: 10
71     readiness:
72       initialDelaySeconds: 20
73       periodSeconds: 10
74     oscVersion:
75       name: a1-sim-osc
76       replicaCount: 2
77     stdVersion:
78       name: a1-sim-std
79       replicaCount: 2
80
81 # image registry and tag to be changed after first release of controlpanel
82 # Need to check the external port Availability
83 controlpanel:
84   controlpanel:
85     imagePullPolicy: IfNotPresent
86     image:
87       registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc'
88       name: nonrtric-controlpanel
89       tag: 1.0.0
90     replicaCount: 1
91     service:
92       allowHttp: true
93       httpName: http
94       internalPort1: 8080
95       targetPort1: 8080
96       externalPort1: 30091
97       httpsName: https
98       internalPort2: 8081
99       targetPort2: 8082
100       externalPort2: 30092
101     liveness:
102       initialDelaySeconds: 20
103       periodSeconds: 10
104     readiness:
105       initialDelaySeconds: 20
106       periodSeconds: 10
107
108 # Need to check the external port Availability
109 policymanagementservice:
110   policymanagementservice:
111     imagePullPolicy: IfNotPresent
112     image:
113       registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc'
114       name: nonrtric-policy-agent
115       tag: 1.0.0
116     service:
117       allowHttp: true
118       httpName: http
119       internalPort1: 9080
120       targetPort1: 8081
121       externalPort1: 30093
122       httpsName: https
123       internalPort2: 9081
124       targetPort2: 8433
125       externalPort2: 30094
126     liveness:
127       initialDelaySeconds: 20
128       periodSeconds: 10
129     readiness:
130       initialDelaySeconds: 20
131       periodSeconds: 10