X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fappmgr%2Fvalues.yaml;h=3b20e64bc8e114a7c57384f7d259c2d5085f3f13;hb=b98e18905302fc97cd0ec46c8cc10b1844f08e4e;hp=fef7eb9bb2ef1479974e1365ae76563a61920922;hpb=72069511cae9028d54b8d99fa373b5f4f691e981;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/appmgr/values.yaml b/ric-platform/50-RIC-Platform/helm/appmgr/values.yaml index fef7eb9b..3b20e64b 100644 --- a/ric-platform/50-RIC-Platform/helm/appmgr/values.yaml +++ b/ric-platform/50-RIC-Platform/helm/appmgr/values.yaml @@ -16,15 +16,15 @@ ################################################################################ repository: "nexus3.o-ran-sc.org:10004" +#repositoryOverride: "nexus3.o-ran-sc.org:10004" imagePullPolicy: IfNotPresent repositoryCred: docker-reg-cred - # Helm Repo for xApp # By default a local helm repo is used. The global setting will override # the default value. You can further override using #helmRepositoryOverride: "" -helmRepository: "helm.ricinfra.local" +helmRepository: "https://helm.ricinfra.local:31000" # Default secret name for Helm Repo credential. .Value.golbal.helmRepositoryCred will # override the default value. You can further override uing @@ -50,7 +50,7 @@ helmRepositoryTillerNamespace: "kube-system" # Helm Tiller port for xApp # The global setting will override this default value # You can further override using helmRepositoryTillerPortOverride: "" -helmRepositoryTillerPort: "44134" +helmRepositoryTillerPort: 44134 # Uncomment the following line to override the docker registry #repositoryOverride: "" @@ -65,8 +65,8 @@ helmRepositoryTillerPort: "44134" appmgr: image: # xAppmanager Docker image name and tag - name: xapp-manager - tag: latest + name: ric-plt-appmgr + tag: 0.1.3 # This section describes xAppManager replicaCount: 1 @@ -75,22 +75,17 @@ appmgr: reponame: "helm-repo" service: - type: NodePort + type: ClusterIP port: 8080 name: appmgr-service protocol: "TCP" - export: 30020 + extport: 30020 # config # Path referred in xapp-manager for retrieving configuration details appconfigpath: /opt/ric/config - # To be provided as env variables - appenv: - NAME: xappmgr - #ENV1: "envvalue1" - #ENV2: "envvalue2" # secret # Path referred in xapp-manager for retrieving helm repo secrets