X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=nonrtric%2Fhelm%2Fa1simulator%2Fvalues.yaml;h=9a7d462ed9db7b567220286e6db898e4a1034243;hb=1298e998c417da23f0725fb8b47e34f88d52541d;hp=8fa377b7b5006361decee35fae5733703099ffbd;hpb=0faae789812e0f84949d26c415e8cb2cce1d94d5;p=it%2Fdep.git diff --git a/nonrtric/helm/a1simulator/values.yaml b/nonrtric/helm/a1simulator/values.yaml index 8fa377b7..9a7d462e 100644 --- a/nonrtric/helm/a1simulator/values.yaml +++ b/nonrtric/helm/a1simulator/values.yaml @@ -19,12 +19,33 @@ # Declare variables to be passed into your templates. a1simulator: - instanceName: a1-sim + name: a1-sim imagePullPolicy: IfNotPresent image: - registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" - name: near-rt-ric-simulator - tag: 1.0.1 - replicaCount: 2 + registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' + name: a1-simulator + tag: 2.4.0 service: - internalPort: 8085 + allowHttp: true + httpName: http + internalPort1: 8085 + targetPort1: 8085 + httpsName: https + internalPort2: 8185 + targetPort2: 8185 + liveness: + initialDelaySeconds: 20 + periodSeconds: 10 + readiness: + initialDelaySeconds: 20 + periodSeconds: 10 + oscVersion: + name: a1-sim-osc + replicaCount: 2 + stdVersion: + name: a1-sim-std + replicaCount: 2 + stdVersion2: + name: a1-sim-std2 + replicaCount: 2 +