Update SMo pack install with E-release
[it/dep.git] / smo-install / oran_oom / a1simulator / values.yaml
1 # Static Defaults
2 image:
3   repository: 'nexus3.o-ran-sc.org:10004/o-ran-sc'
4   name: a1-simulator
5   tag: 2.2.0
6   pullPolicy: IfNotPresent
7
8 service:
9   type: ClusterIP
10   ports:
11     httpPort: 8085
12     httpsPort: 8185
13
14 a1Sims:
15   - name: a1-sim-osc
16     a1Version: OSC_2.1.0
17     allowHttp: true
18
19   - name: a1-sim-std-1
20     a1Version: STD_1.1.3
21     allowHttp: true
22
23   - name: a1-sim-std-2
24     a1Version: STD_2.0.0
25     allowHttp: true