Merge "Enable https in nonrtric A1 controller"
[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       internalPort: 8085
62     oscVersion:
63       name: a1-sim-osc
64       replicaCount: 2
65     stdVersion:
66       name: a1-sim-std
67       replicaCount: 2
68
69 # image registry and tag to be changed after first release of controlpanel
70 # Need to check the external port Availability
71 controlpanel:
72   controlpanel:
73     imagePullPolicy: IfNotPresent
74     image:
75       registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc'
76       name: nonrtric-controlpanel
77       tag: 1.0.0
78     replicaCount: 1
79     service:
80       internalPort: 8080
81       externalPort: 30090
82
83 # Need to check the external port Availability
84 policymanagementservice:
85   policymanagementservice:
86     imagePullPolicy: IfNotPresent
87     image:
88       registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc'
89       name: nonrtric-policy-agent
90       tag: 1.0.0
91     service:
92       internalPort: 8081
93       externalPort: 30091