Enable https in nonrtric A1 simulator
[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.4
36     replicaCount: 1
37     service:
38       internalPort: 8181
39       externalPort: 8282
40
41 a1simulator:
42   a1simulator:
43     name: a1-sim
44     imagePullPolicy: IfNotPresent
45     image:
46       registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc'
47       name: a1-simulator
48       tag: 1.0.1
49     service:
50       httpName: http
51       internalPort1: 8085
52       targetPort1: 8085
53       httpsName: https
54       internalPort2: 8185
55       targetPort2: 8185
56     liveness:
57       initialDelaySeconds: 20
58       periodSeconds: 10
59     readiness:
60       initialDelaySeconds: 20
61       periodSeconds: 10
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