X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fappmgr%2Fvalues.yaml;h=d36600c5a70e97397f1670b7108e6438f1be7596;hb=refs%2Fchanges%2F06%2F106%2F24;hp=58a6a206d7ba8adadc36e316041738f5ea920951;hpb=cca6ad5be1ba8679874c24a5b1c628055cd1eac8;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 58a6a206..d36600c5 100644 --- a/ric-platform/50-RIC-Platform/helm/appmgr/values.yaml +++ b/ric-platform/50-RIC-Platform/helm/appmgr/values.yaml @@ -24,7 +24,7 @@ repositoryCred: docker-reg-cred # By default a local helm repo is used. The global setting will override # the default value. You can further override using #helmRepositoryOverride: "" -helmRepository: "https://ricaux-entry/helm" +helmRepository: "https://helm-entry" # Default secret name for Helm Repo credential. .Value.golbal.helmRepositoryCred will # override the default value. You can further override uing @@ -64,23 +64,22 @@ helmRepositoryTillerPort: 44134 appmgr: image: - # xAppmanager Docker image name and tag - name: ric-plt-appmgr - tag: 0.1.3 + # xAppmanager Docker image name and tag + init: + name: it-dep-init + tag: latest + name: ric-plt-appmgr + tag: 0.1.3 # This section describes xAppManager replicaCount: 1 reponame: "helm-repo" - service: - http: - port: 8080 - containerPort: 8080 - rmr: - port: 4560 - containerPort: 4560 - + # Service ports are now defined in + # ric-common/Common-Template/helm/ric-common/templates/_ports.tpl file. + # If need to change a service port, make the code change necessary, then + # update the _ports.tpl file with the new port number. # config # Path referred in xapp-manager for retrieving configuration details @@ -96,6 +95,4 @@ appmgr: # Path referred in xapp-manager for retrieving helm repo client certificates appcertpath: /opt/ric/certificates - - - + tillerkey: "ricxapp"