New version of the common template. It unifies the naming convention between platform...
[it/dep.git] / ric-platform / 50-RIC-Platform / helm / appmgr / values.yaml
index b3f0f57..58a6a20 100644 (file)
 ################################################################################
 
 repository: "nexus3.o-ran-sc.org:10004"
+#repositoryOverride: "nexus3.o-ran-sc.org:10004"
 imagePullPolicy: IfNotPresent
 repositoryCred: docker-reg-cred
 
-
-# Uncomment the following line to override the docker registry
-#repositoryOverride: ""
-
-
-# Uncomment the following line to override the docker registry credential
-#repositoryCredOverride: ""
-
-# Uncomment the following line to override the image pull policy
-#imagePullPolicyOverride: ""
-
-
-
-image:
-  # xAppmanager Docker image name and tag
-  name: xapp-manager
-  tag: latest
-
-# This section describes xAppManager
-replicaCount: 1
-
-containerPort: 8080
-reponame: "helm-repo"
-
-service:
-  type: NodePort
-  appmgr:
-    port: 8080
-    name: appmgr-service
-    protocol: "TCP"
-    export: 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
-appsecretpath: /opt/ric/secret
-
-
-# certificates
-# Path referred in xapp-manager for retrieving helm repo client certificates
-appcertpath: /opt/ric/certificates
-
-
 # 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: "snapshot.helm.local.ric.org
+helmRepository: "https://ricaux-entry/helm
 
 # Default secret name for Helm Repo credential. .Value.golbal.helmRepositoryCred will
 # override the default value. You can further override uing
@@ -86,7 +34,7 @@ helmRepositoryCred: xapp-mgr-creds
 # Default configmap name for Helm Repo cert. .Value.golbal.helmRepositoryCert will
 # override the default value. You can further override uing
 #helmRepositoryCertOverride:""
-helmRepositoryCert: xapp-mgr-cert
+helmRepositoryCert: xapp-mgr-certs
 
 # Helm Tiller for xApp
 # The global setting will override this default value
@@ -102,20 +50,52 @@ 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: ""
+
+
+# Uncomment the following line to override the docker registry credential
+#repositoryCredOverride: ""
+
+# Uncomment the following line to override the image pull policy
+#imagePullPolicyOverride: ""
+
+
+appmgr:
+  image:
+    # xAppmanager Docker image name and tag
+    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
+
+
+  # config
+  # Path referred in xapp-manager for retrieving configuration details
+  appconfigpath: /opt/ric/config
+
+
+  # secret
+  # Path referred in xapp-manager for retrieving helm repo secrets
+  appsecretpath: /opt/ric/secret
 
 
+  # certificates
+  # Path referred in xapp-manager for retrieving helm repo client certificates
+  appcertpath: /opt/ric/certificates
 
-resources: {}
-# limits:
-#   cpu: 100m
-#   memory: 128Mi
-# requests:
-#   cpu: 100m
-#   memory: 128Mi
 
-nodeSelector: {}
 
-tolerations: []
 
-affinity: {}