X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=nonrtric%2Fhelm%2Fa1simulator%2Fvalues.yaml;h=9836bf225520b02f4ab4d73fa9cb086bfe8760f3;hb=866a34f4a876d61246b67ee6fc9ec066c7960ad2;hp=3544a231a2c15e9dc96cf3028113ff2f88d87af4;hpb=3ebd35d37a76ce9c072f3797bea864cadea3e48b;p=it%2Fdep.git diff --git a/nonrtric/helm/a1simulator/values.yaml b/nonrtric/helm/a1simulator/values.yaml index 3544a231..9836bf22 100644 --- a/nonrtric/helm/a1simulator/values.yaml +++ b/nonrtric/helm/a1simulator/values.yaml @@ -22,14 +22,30 @@ a1simulator: name: a1-sim imagePullPolicy: IfNotPresent image: - registry: "nexus3.o-ran-sc.org:10004/o-ran-sc" + registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' name: a1-simulator - tag: 1.0.1 + tag: 2.1.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 +