X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=nonrtric%2Fhelm%2Fa1simulator%2Fvalues.yaml;h=537156998c390789c5502a51c80b0ba4f0bff9a1;hb=8c3573e016c2f12579383b54eef7f62c652e5ff4;hp=8fa377b7b5006361decee35fae5733703099ffbd;hpb=7e09001c5b58dab96d014fe3f9c41f89b53f3cc3;p=it%2Fdep.git diff --git a/nonrtric/helm/a1simulator/values.yaml b/nonrtric/helm/a1simulator/values.yaml index 8fa377b7..53715699 100644 --- a/nonrtric/helm/a1simulator/values.yaml +++ b/nonrtric/helm/a1simulator/values.yaml @@ -19,12 +19,28 @@ # 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 + registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc' + name: a1-simulator tag: 1.0.1 - replicaCount: 2 service: - internalPort: 8085 + 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