X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=nonrtric%2Fhelm%2Fservicemanager%2Fvalues.yaml;fp=nonrtric%2Fhelm%2Fservicemanager%2Fvalues.yaml;h=ea8ce33afa4eed7400d2e017d7200fc7932e6e8d;hb=b4dae855955956dc8b38a1ccaa4870320145207d;hp=0000000000000000000000000000000000000000;hpb=2bb0899010fad78a7cf2eca80ac19208580a63b6;p=it%2Fdep.git diff --git a/nonrtric/helm/servicemanager/values.yaml b/nonrtric/helm/servicemanager/values.yaml new file mode 100644 index 00000000..ea8ce33a --- /dev/null +++ b/nonrtric/helm/servicemanager/values.yaml @@ -0,0 +1,48 @@ +# ============LICENSE_START=============================================== +# Copyright (C) 2024 OpenInfra Foundation Europe. All rights reserved. +# ======================================================================== +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ============LICENSE_END================================================= + +# Default values for Servicemanager + +servicemanager: + imagePullPolicy: IfNotPresent + image: + registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc' + name: nonrtric-plt-servicemanager + tag: 0.1.0 + apiVersion: v1 + kind: ConfigMap + metadataName: servicemanager-configmap + service: + httpName: http + allowHttp: true + port: 8095 + targetPort: 8095 + nodePort: 31575 + type: NodePort + SERVICE_MANAGER_ENV: "" + +data: + .env: | + KONG_DOMAIN: "kong" + KONG_PROTOCOL: "http" + KONG_IPV4: "kong-nonrtric-kong-admin.nonrtric.svc.cluster.local" + KONG_DATA_PLANE_PORT: "80" + KONG_CONTROL_PLANE_PORT: "8001" + CAPIF_PROTOCOL: "http" + CAPIF_IPV4: "capifcore.nonrtric.svc.cluster.local" + CAPIF_PORT: "8090" + LOG_LEVEL: "Debug" + SERVICE_MANAGER_PORT: "8095"