X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=nonrtric%2Fhelm%2Fa1controller%2Fvalues.yaml;h=11e8a0dc56693e0f95aff30b09f0bbe9a789bded;hb=c31e0fdb595485c52db9faa21420b95b9df447d5;hp=c4bd0c9fc0b25ddcea114d4571bde8fc6a24118b;hpb=7e09001c5b58dab96d014fe3f9c41f89b53f3cc3;p=it%2Fdep.git diff --git a/nonrtric/helm/a1controller/values.yaml b/nonrtric/helm/a1controller/values.yaml index c4bd0c9f..11e8a0dc 100644 --- a/nonrtric/helm/a1controller/values.yaml +++ b/nonrtric/helm/a1controller/values.yaml @@ -17,14 +17,24 @@ # Default values for a1controller. # This is a YAML-formatted file. # Declare variables to be passed into your templates. - a1controller: imagePullPolicy: IfNotPresent image: - registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" + registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' name: nonrtric-a1-controller - tag: 1.7.4 + tag: 2.0.1 replicaCount: 1 service: - internalPort: 8181 - externalPort: 8282 \ No newline at end of file + allowHttp: true + httpName: http + internalPort1: 8282 + targetPort1: 8181 + httpsName: https + internalPort2: 8383 + targetPort2: 8443 + liveness: + initialDelaySeconds: 60 + periodSeconds: 10 + readiness: + initialDelaySeconds: 60 + periodSeconds: 10