X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=RECIPE_EXAMPLE%2FRIC_PLATFORM_RECIPE_EXAMPLE;h=c8e9c04a6870b9400f0e3f08db0680fd4221644f;hb=01adf4c86818ed16f46d8c0f9e9c691792bb233a;hp=964067c99c36aadac2fa23d7e02e37e624c3bdc8;hpb=d0c92ee4e718fb5fab8a58519b74746fa2b755b1;p=it%2Fdep.git diff --git a/RECIPE_EXAMPLE/RIC_PLATFORM_RECIPE_EXAMPLE b/RECIPE_EXAMPLE/RIC_PLATFORM_RECIPE_EXAMPLE index 964067c9..c8e9c04a 100644 --- a/RECIPE_EXAMPLE/RIC_PLATFORM_RECIPE_EXAMPLE +++ b/RECIPE_EXAMPLE/RIC_PLATFORM_RECIPE_EXAMPLE @@ -29,7 +29,7 @@ global: imagePullPolicy: Always # Helm repo that will be used by xApp manager - helmRepository: "https://helm-entry" + helmRepository: "http://aux-entry/helm" # Certificate of the helm repo helmRepositoryCert: xapp-mgr-certs @@ -37,11 +37,13 @@ global: # Name of the K8S secret that contains the credential of the helm repo helmRepositoryCred: xapp-mgr-creds + # Endpoint of k8s API server + k8sAPIHost: https://kubernetes.default.svc.cluster.local/ + # The ingress URL definitions for the ingress controller in four namespaces ingressurl: ric: ric-entry aux: aux-entry - helm: helm-entry tillers: ricxapp: @@ -52,7 +54,7 @@ global: tillerTLSSecrets: repository: nexus3.o-ran-sc.org:10004 name: it-dep-secret - tag: 0.0.1 + tag: 0.0.2 tiller: repository: gcr.io name: kubernetes-helm/tiller @@ -154,11 +156,19 @@ submgr: name: ric-plt-submgr tag: 0.5.0 +# VESPA Manager +vespamgr: + # Use the following option to override the docker registry value + # repositoryOverride: + image: + name: ric-plt-vespamgr + tag: 0.0.1 + # the service for redirecting to AUX cluster extsvcplt: auxip: # The ip address of the aux cluster ingress controller - + ricip: # The ip address of the ric cluster ingress controller - \ No newline at end of file +