X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=nonrtric%2Fhelm%2Fcontrolpanel%2Fvalues.yaml;h=a1519508f38e667385718c4babe3c57dcc8b5df2;hb=HEAD;hp=fb1f41a609afd87ffd9c0fbd44b4493d2c951133;hpb=7e09001c5b58dab96d014fe3f9c41f89b53f3cc3;p=it%2Fdep.git diff --git a/nonrtric/helm/controlpanel/values.yaml b/nonrtric/helm/controlpanel/values.yaml index fb1f41a6..e3e41dcc 100644 --- a/nonrtric/helm/controlpanel/values.yaml +++ b/nonrtric/helm/controlpanel/values.yaml @@ -20,12 +20,26 @@ 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:10002/o-ran-sc' name: nonrtric-controlpanel - tag: 1.0.0 + tag: 2.5.0 replicaCount: 1 service: - internalPort: 8080 - externalPort: 30090 + allowHttp: true + httpName: http + internalPort1: 8080 + targetPort1: 8080 + externalPort1: 30091 + httpsName: https + internalPort2: 8082 + targetPort2: 8082 + externalPort2: 30092 + liveness: + initialDelaySeconds: 20 + periodSeconds: 10 + readiness: + initialDelaySeconds: 20 + periodSeconds: 10 + ingress: + enabled: true \ No newline at end of file