a2145ae039a59582aed65a46758bb1a6f19acae4
[it/dep.git] / smo-install / oran_oom / a1simulator / values.yaml
1 #  ============LICENSE_START===============================================
2 #  Copyright (C) 2020-2023 Nordix Foundation. All rights reserved.
3 #  Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved.
4 #  ========================================================================
5 #  Licensed under the Apache License, Version 2.0 (the "License");
6 #  you may not use this file except in compliance with the License.
7 #  You may obtain a copy of the License at
8 #
9 #       http://www.apache.org/licenses/LICENSE-2.0
10 #
11 #  Unless required by applicable law or agreed to in writing, software
12 #  distributed under the License is distributed on an "AS IS" BASIS,
13 #  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 #  See the License for the specific language governing permissions and
15 #  limitations under the License.
16 #  ============LICENSE_END=================================================
17
18 image:
19   repository: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
20   name: a1-simulator
21   tag: 2.6.1
22   pullPolicy: IfNotPresent
23 service:
24   type: ClusterIP
25   ports:
26     httpPort: 8085
27     httpsPort: 8185
28
29 a1Sims:
30   - name: a1-sim-osc-0
31     a1Version: OSC_2.1.0
32     allowHttp: true
33
34   - name: a1-sim-osc-1
35     a1Version: OSC_2.1.0
36     allowHttp: true
37
38   - name: a1-sim-std-0
39     a1Version: STD_1.1.3
40     allowHttp: true
41
42   - name: a1-sim-std-1
43     a1Version: STD_1.1.3
44     allowHttp: true
45
46   - name: a1-sim-std2-0
47     a1Version: STD_2.0.0
48     allowHttp: true
49
50   - name: a1-sim-std2-1
51     a1Version: STD_2.0.0
52     allowHttp: true