X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-infra%2F10-Nexus%2Fetc%2Fnexus.conf;h=038dbe765832d120a48082b1982d5cab84492803;hb=3803859c341dc62bdcd79ba94be585592a94672b;hp=ce00f724b4e7673423ad0b1f672ce47227e955e1;hpb=413a28108995fe4299718fab6d5f300a210b3ffe;p=it%2Fdep.git diff --git a/ric-infra/10-Nexus/etc/nexus.conf b/ric-infra/10-Nexus/etc/nexus.conf index ce00f724..038dbe76 100644 --- a/ric-infra/10-Nexus/etc/nexus.conf +++ b/ric-infra/10-Nexus/etc/nexus.conf @@ -16,18 +16,25 @@ ################################################################################ +# helm_release_name defines the release name helm will use to deploy RIC +# It will be overrided by RICPLT_RELEASE_NAME +helm_release_name=r1 -# helm_release_name defines the release name helm will use to deploy nexus -# It will be overrided by RICINFRA_RELEASE_NAME -helm_release_name=r0 +# namespace defines the namespace that helm will use to deploy RIC +# It will be overrided by RICPLT_NAMESPACE +plt_namespace=ricplt -# namespace defines the namespace that helm will use to deploy nexus -# It will be overrided by RICINFRA_NAMESPACE -namespace=ric-infra +# namespace defines the namespace that helm will use to deploy RIC +# It will be overrided by RICXAPP_NAMESPACE +xapp_namespace=ricxapp + +# namespace defines the namespace that helm will use to deploy RIC +# It will be overrided by RICAUX_NAMESPACE +aux_namespace=ricaux -# ingress port number of the K8S cluster -# It will be overrided by INGRESS_PORT -ingress_port=30000 +# namespace defines the namespace that helm will use to deploy RIC +# It will be overrided by RICINFRA_NAMESPACE +infra_namespace=ricinfra default_admin_password=admin123