X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=inline;f=smo-install%2Foran_oom%2Fcontrolpanel%2Fvalues.yaml;h=f1d439af7bf25d84978de07f1bfec7d46ef11eab;hb=cdb0db58a12a8d78c95d5ac72154fbe404bc441c;hp=397633fedc2bbb5a02612738c3ff8995d9a0e97b;hpb=0735e7dc76acd8486ea85842a7c5cbc3c08a6791;p=it%2Fdep.git diff --git a/smo-install/oran_oom/controlpanel/values.yaml b/smo-install/oran_oom/controlpanel/values.yaml index 397633fe..f1d439af 100644 --- a/smo-install/oran_oom/controlpanel/values.yaml +++ b/smo-install/oran_oom/controlpanel/values.yaml @@ -18,26 +18,31 @@ # This is a YAML-formatted file. # Declare variables to be passed into your templates. -controlpanel: - imagePullPolicy: IfNotPresent - image: - registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' - name: nonrtric-controlpanel - tag: 2.2.0 - replicaCount: 1 - service: - allowHttp: true - httpName: http - internalPort1: 8182 - targetPort1: 8080 - externalPort1: 30091 - httpsName: https - internalPort2: 8082 - targetPort2: 8082 - externalPort2: 30092 - liveness: - initialDelaySeconds: 20 - periodSeconds: 10 - readiness: - initialDelaySeconds: 20 - periodSeconds: 10 +imagePullPolicy: IfNotPresent +image: + registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' + name: nonrtric-controlpanel + tag: 2.5.0 +replicaCount: 1 +liveness: + initialDelaySeconds: 20 + periodSeconds: 10 +readiness: + initialDelaySeconds: 20 + periodSeconds: 10 + +service: + type: NodePort + ports: + - name: http + internalPort: "8182" + targetPort: "8080" + nodePort: "30091" + name_tls: https + internalPort_tls: "8082" + targetPort_tls: "8082" + nodePort_tls: "30092" + + +ingress: + enabled: true