diff options
-rw-r--r-- | helm/nf-simulator/values.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/helm/nf-simulator/values.yaml b/helm/nf-simulator/values.yaml index 845576f..f5384e5 100644 --- a/helm/nf-simulator/values.yaml +++ b/helm/nf-simulator/values.yaml @@ -30,3 +30,21 @@ mongodb: rootPassword: zXcVbN123! database: pnf_simulator username: root + +avcn-manager: + config: + vesEndpoint: http://ves:8080/eventListener/v7 + kafkaBootstrapServer: nf-simulator-kafka:9092 + kafkaSourceTopic: config + kafkaAplicationId: avcn-manager + pnfsimulatorEndpoint: http://ves-client:5000/simulator/start + +netconf-server: + config: + kafka_hostname: "nf-simulator-kafka" + +ves-client: + config: + mongoDbServer: nf-simulator-mongodb + useCertForAuth: true + containerPort: 5000 |