X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=RECIPE_EXAMPLE%2FRIC_AUX_RECIPE_EXAMPLE;h=68c8e741996212b8cd5a49be473e1335d476fdd1;hb=refs%2Fchanges%2F58%2F558%2F6;hp=a782caa089eb18d9b223ca8b3abab55bc32916e8;hpb=7f9b7c494511ea2089fe988d1c61be702efde2f9;p=it%2Fdep.git diff --git a/RECIPE_EXAMPLE/RIC_AUX_RECIPE_EXAMPLE b/RECIPE_EXAMPLE/RIC_AUX_RECIPE_EXAMPLE index a782caa0..68c8e741 100644 --- a/RECIPE_EXAMPLE/RIC_AUX_RECIPE_EXAMPLE +++ b/RECIPE_EXAMPLE/RIC_AUX_RECIPE_EXAMPLE @@ -29,7 +29,7 @@ global: imagePullPolicy: Always # Helm repo that will be used by xApp manager - helmRepository: nexus.ricinfra.local + helmRepository: "https://helm-entry" # Certificate of the helm repo helmRepositoryCert: xapp-mgr-certs @@ -46,13 +46,22 @@ global: # The port the xApp helm tiller is listening to helmRepositoryTillerPort: 44134 - - + # The ingress URL definitions for the ingress controller in four namespaces + ingressurl: + platform: ricplt-entry + xapp: ricxapp-entry + aux: ricaux-entry + infra: ricinfra-entry + localnexus: nexus-entry + localhelm: helm-entry + localdocker: docker-entry #------------------------------------------------------------------------- # Auxiliary Functions #------------------------------------------------------------------------- dashboard: + # Override the name using the following option + # nameOverride: image: name:: ric-dash-be tag: 1.0.5 @@ -61,6 +70,10 @@ dashboard: mock: rannames: "ABCD123456, EFGH123456" -ext: - ip: - 192.168.130.110 \ No newline at end of file +extsvcaux: + ricip: + # The ip address of the ric cluster ingress controller + + auxip: + # The ip address of the aux cluster ingress controller +