X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=nonrtric%2Fhelm%2Fservicemanager%2Fvalues.yaml;h=dbb261c74b5fe64ca64864a3158b4dc82bf00ab6;hb=HEAD;hp=ea8ce33afa4eed7400d2e017d7200fc7932e6e8d;hpb=b4dae855955956dc8b38a1ccaa4870320145207d;p=it%2Fdep.git diff --git a/nonrtric/helm/servicemanager/values.yaml b/nonrtric/helm/servicemanager/values.yaml index ea8ce33a..dbb261c7 100644 --- a/nonrtric/helm/servicemanager/values.yaml +++ b/nonrtric/helm/servicemanager/values.yaml @@ -21,7 +21,7 @@ servicemanager: image: registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc' name: nonrtric-plt-servicemanager - tag: 0.1.0 + tag: 0.1.2 apiVersion: v1 kind: ConfigMap metadataName: servicemanager-configmap @@ -36,13 +36,17 @@ servicemanager: data: .env: | + # The Kong Data plane provides the endpoint that Service Manager gives to the rApp so that the rApp can invoke the CAPIF published API. + # In a Kubernetes environment, we need to use the Kong NodePort IP and nodePort if the rApp needs access from outside the Kong cluster. + # From inside the Kong cluster, we can use the Kubernetes cluster DNS entry, kong-nonrtric-kong-proxy.nonrtric.svc.cluster.local. KONG_DOMAIN: "kong" KONG_PROTOCOL: "http" - KONG_IPV4: "kong-nonrtric-kong-admin.nonrtric.svc.cluster.local" - KONG_DATA_PLANE_PORT: "80" + KONG_CONTROL_PLANE_IPV4: "kong-nonrtric-kong-admin.nonrtric.svc.cluster.local" KONG_CONTROL_PLANE_PORT: "8001" + KONG_DATA_PLANE_IPV4: "kong-nonrtric-kong-proxy.nonrtric.svc.cluster.local" + KONG_DATA_PLANE_PORT: "80" CAPIF_PROTOCOL: "http" CAPIF_IPV4: "capifcore.nonrtric.svc.cluster.local" CAPIF_PORT: "8090" - LOG_LEVEL: "Debug" + LOG_LEVEL: "Info" SERVICE_MANAGER_PORT: "8095"