5698eb9ef05057bc798f76d31f70cb25bc6db571
[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.2.0
6 #  pullPolicy: IfNotPresent
7   pullPolicy: IfNotPresent
8 service:
9   type: ClusterIP
10   ports:
11     httpPort: 8085
12     httpsPort: 8185
13
14 a1Sims:
15   - name: a1-sim-osc-0
16     a1Version: OSC_2.1.0
17     allowHttp: true
18
19   - name: a1-sim-osc-1
20     a1Version: OSC_2.1.0
21     allowHttp: true
22
23   - name: a1-sim-std-0
24     a1Version: STD_1.1.3
25     allowHttp: true
26
27   - name: a1-sim-std-1
28     a1Version: STD_1.1.3
29     allowHttp: true
30
31   - name: a1-sim-std2-0
32     a1Version: STD_2.0.0
33     allowHttp: true
34
35   - name: a1-sim-std2-1
36     a1Version: STD_2.0.0
37     allowHttp: true