This patch introduces a new structure of the it/dep repo.
[it/dep.git] / ric-platform / 50-RIC-Platform / helm / appmgr / values.yaml
diff --git a/ric-platform/50-RIC-Platform/helm/appmgr/values.yaml b/ric-platform/50-RIC-Platform/helm/appmgr/values.yaml
new file mode 100644 (file)
index 0000000..b3f0f57
--- /dev/null
@@ -0,0 +1,121 @@
+################################################################################
+#   Copyright (c) 2019 AT&T Intellectual Property.                             #
+#   Copyright (c) 2019 Nokia.                                                  #
+#                                                                              #
+#   Licensed under the Apache License, Version 2.0 (the "License");            #
+#   you may not use this file except in compliance with the License.           #
+#   You may obtain a copy of the License at                                    #
+#                                                                              #
+#       http://www.apache.org/licenses/LICENSE-2.0                             #
+#                                                                              #
+#   Unless required by applicable law or agreed to in writing, software        #
+#   distributed under the License is distributed on an "AS IS" BASIS,          #
+#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.   #
+#   See the License for the specific language governing permissions and        #
+#   limitations under the License.                                             #
+################################################################################
+
+repository: "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" 
+
+# Default secret name for Helm Repo credential. .Value.golbal.helmRepositoryCred will
+# override the default value. You can further override uing
+#helmRepositoryCredOverride:""
+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
+
+# Helm Tiller for xApp
+# The global setting will override this default value
+# You can further override using helmRepositoryTillerOverride: ""
+helmRepositoryTiller: "tiller-deploy" 
+
+# Helm Tiller Namespace for xApp
+# The global setting will override this default value
+# You can further override using helmRepositoryTillerNamespaceOverride: ""
+helmRepositoryTillerNamespace: "kube-system" 
+
+
+# Helm Tiller port for xApp
+# The global setting will override this default value
+# You can further override using helmRepositoryTillerPortOverride: ""
+helmRepositoryTillerPort: "44134" 
+
+
+
+resources: {}
+# limits:
+#   cpu: 100m
+#   memory: 128Mi
+# requests:
+#   cpu: 100m
+#   memory: 128Mi
+
+nodeSelector: {}
+
+tolerations: []
+
+affinity: {}