IMPLEMENTS: RICPLT-1144: Support multiple Tillers
[it/dep.git] / ric-platform / 50-RIC-Platform / helm / appmgr / values.yaml
index fef7eb9..d36600c 100644 (file)
 ################################################################################
 
 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-entry
 
 # 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: ""
 
@@ -64,33 +64,27 @@ helmRepositoryTillerPort: "44134"
 
 appmgr:
   image:
-    # xAppmanager Docker image name and tag
-    name: xapp-manager
-    tag: latest
+   # 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
 
-  containerPort: 8080
   reponame: "helm-repo"
 
-  service:
-    type: NodePort
-    port: 8080
-    name: appmgr-service
-    protocol: "TCP"
-    export: 30020
-
+  # 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
   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
@@ -101,6 +95,4 @@ appmgr:
   # Path referred in xapp-manager for retrieving helm repo client certificates
   appcertpath: /opt/ric/certificates
 
-
-
-
+  tillerkey: "ricxapp"