X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=nonrtric%2Fhelm%2Fcontrolpanel%2Fvalues.yaml;h=ce9acbce4d2834214ea2e87a9bef4219b66a71df;hb=8d0a8e82e70c2fd4a2d031a8f923c38e849024c8;hp=be16a15647e240bb1a13547a5d3aea35c5f51b18;hpb=9261cb42473e94facab531786237924c283cfc1c;p=it%2Fdep.git diff --git a/nonrtric/helm/controlpanel/values.yaml b/nonrtric/helm/controlpanel/values.yaml index be16a156..ce9acbce 100644 --- a/nonrtric/helm/controlpanel/values.yaml +++ b/nonrtric/helm/controlpanel/values.yaml @@ -20,9 +20,24 @@ controlpanel: imagePullPolicy: IfNotPresent - # image registry and tag to be changed after first release of controlpanel image: - registry: "nexus3.o-ran-sc.org:10004/o-ran-sc" + registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc' name: nonrtric-controlpanel - tag: 1.0.0 - replicaCount: 1 \ No newline at end of file + tag: 2.2.0 + replicaCount: 1 + service: + allowHttp: true + httpName: http + internalPort1: 8080 + targetPort1: 8080 + externalPort1: 30091 + httpsName: https + internalPort2: 8081 + targetPort2: 8082 + externalPort2: 30092 + liveness: + initialDelaySeconds: 20 + periodSeconds: 10 + readiness: + initialDelaySeconds: 20 + periodSeconds: 10