X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=nonrtric%2Fhelm%2Fa1simulator%2Fvalues.yaml;h=c059c383b9a9e0562f129efec2fcd1fe7ba089b9;hb=refs%2Fchanges%2F21%2F4021%2F1;hp=af7ff5deedbab780e5694cd682a10485460a45cb;hpb=5e10316729da47c17161788a7185a70438506742;p=it%2Fdep.git diff --git a/nonrtric/helm/a1simulator/values.yaml b/nonrtric/helm/a1simulator/values.yaml index af7ff5de..c059c383 100644 --- a/nonrtric/helm/a1simulator/values.yaml +++ b/nonrtric/helm/a1simulator/values.yaml @@ -19,9 +19,29 @@ # Declare variables to be passed into your templates. a1simulator: - instanceName: a1-sim1 + name: a1-sim imagePullPolicy: IfNotPresent image: - registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" - name: near-rt-ric-simulator + registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc' + name: a1-simulator tag: 1.0.1 + service: + 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