X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=it%2Fdep.git;a=blobdiff_plain;f=smo-install%2Foran_oom%2Fcontrolpanel%2Fvalues.yaml;fp=smo-install%2Foran_oom%2Fcontrolpanel%2Fvalues.yaml;h=f1d439af7bf25d84978de07f1bfec7d46ef11eab;hp=fe4f2e37c04eb0d11c4f29b16c846ada8317167b;hb=918108f729c368db61fe904024129f21269e19b7;hpb=c9ace66e2b4635918c4c4c473dfc7bcbeb41b7ae diff --git a/smo-install/oran_oom/controlpanel/values.yaml b/smo-install/oran_oom/controlpanel/values.yaml index fe4f2e37..f1d439af 100644 --- a/smo-install/oran_oom/controlpanel/values.yaml +++ b/smo-install/oran_oom/controlpanel/values.yaml @@ -18,29 +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.5.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 - ingress: - enabled: true +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