X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=sample-rapp-generator%2Frapp-sample-ics-producer%2FArtifacts%2FDeployment%2FHELM%2Fics-producer%2Fvalues.yaml;fp=sample-rapp-generator%2Frapp-sample-ics-producer%2FArtifacts%2FDeployment%2FHELM%2Fics-producer%2Fvalues.yaml;h=cc0a720682c7b2383bc1b7a5a875d4bd723f4039;hb=3e465bb101ad4e3ee8ab271a6438e44457dfd9fb;hp=0000000000000000000000000000000000000000;hpb=ac8a5c02130e1b84352508d9c47c696aa212088a;p=nonrtric%2Fplt%2Frappmanager.git diff --git a/sample-rapp-generator/rapp-sample-ics-producer/Artifacts/Deployment/HELM/ics-producer/values.yaml b/sample-rapp-generator/rapp-sample-ics-producer/Artifacts/Deployment/HELM/ics-producer/values.yaml new file mode 100644 index 0000000..cc0a720 --- /dev/null +++ b/sample-rapp-generator/rapp-sample-ics-producer/Artifacts/Deployment/HELM/ics-producer/values.yaml @@ -0,0 +1,32 @@ +# +# ========================LICENSE_START================================= +# O-RAN-SC +# +# Copyright (C) 2024: OpenInfra Foundation Europe +# +# 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=================================== +# +producer: + name: kafka-producer + replicaCount: 1 + image: + repository: nexus3.o-ran-sc.org:10004/o-ran-sc/nonrtric-sample-icsproducer + tag: 0.0.1 + service: + port: 8080 + nodePort: 30080 + +kafka: + host: kafka.default.svc.cluster.local + port: 9092