a1a97584b23060bd113473303c0844051aca6854
[it/dep.git] / smo-install / oran_oom / a1simulator / values.yaml
1 # Static Defaults
2 image:
3   repository: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
4   name: a1-simulator
5   tag: 2.5.0
6   pullPolicy: IfNotPresent
7 service:
8   type: ClusterIP
9   ports:
10     httpPort: 8085
11     httpsPort: 8185
12
13 a1Sims:
14   - name: a1-sim-osc-0
15     a1Version: OSC_2.1.0
16     allowHttp: true
17
18   - name: a1-sim-osc-1
19     a1Version: OSC_2.1.0
20     allowHttp: true
21
22   - name: a1-sim-std-0
23     a1Version: STD_1.1.3
24     allowHttp: true
25
26   - name: a1-sim-std-1
27     a1Version: STD_1.1.3
28     allowHttp: true
29
30   - name: a1-sim-std2-0
31     a1Version: STD_2.0.0
32     allowHttp: true
33
34   - name: a1-sim-std2-1
35     a1Version: STD_2.0.0
36     allowHttp: true