Merge "Fixed external port in Policy service."
[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
24 # Change the namespaces using the following options
25   namespace:
26     nonrtric: nonrtric
27
28 component: nonrtric
29
30 a1controller:
31   imagePullPolicy: IfNotPresent
32   image:
33     registry: "nexus3.o-ran-sc.org:10002/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   instanceName: a1-sim
43   imagePullPolicy: IfNotPresent
44   image:
45     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
46     name: near-rt-ric-simulator
47     tag: 1.0.1
48   replicaCount: 2
49   service:
50     internalPort: 8085
51
52 controlpanel:
53   imagePullPolicy: IfNotPresent
54   # image registry and tag to be changed after first release of controlpanel
55   image:
56     registry: "nexus3.o-ran-sc.org:10004/o-ran-sc"
57     name: nonrtric-controlpanel
58     tag: 1.0.0
59   replicaCount: 1
60   service:
61     internalPort: 8080
62     externalPort: 30090
63
64 policymanagementservice:
65   imagePullPolicy: IfNotPresent
66   image:
67     registry: "nexus3.o-ran-sc.org:10004/o-ran-sc"
68     name: nonrtric-policy-agent
69     tag: 1.0.0
70   service:
71     internalPort: 8081
72     #Need to check the external port Availability
73     externalPort: 30091
74