1 # Copyright (c) 2019 AT&T Intellectual Property. #
2 # Copyright (c) 2019 Nokia. #
4 # Licensed under the Apache License, Version 2.0 (the "License"); #
5 # you may not use this file except in compliance with the License. #
6 # You may obtain a copy of the License at #
8 # http://www.apache.org/licenses/LICENSE-2.0 #
10 # Unless required by applicable law or agreed to in writing, software #
11 # distributed under the License is distributed on an "AS IS" BASIS, #
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #
13 # See the License for the specific language governing permissions and #
14 # limitations under the License. #
15 ################################################################################
19 k8sAPIHost: https://kubernetes.default.svc.cluster.local/
24 deployNameSpace: ricinfra
25 imagePullPolicy: IfNotPresent
28 registry: nexus3.o-ran-sc.org:10002/o-ran-sc
37 tillerSecretName: ricxapp-tiller-secret
38 helmSecretName: ricxapp-helm-secret
46 resources: ["pods", "configmaps", "services"]
47 verbs: ["get", "list", "create", "delete"]
48 - apiGroups: ["extensions", "apps"]
49 resources: ["deployments"]
50 verbs: ["get", "list", "create", "delete"]
63 registry: "nexus3.o-ran-sc.org:10002"
69 registry: "nexus3.o-ran-sc.org:10004"
103 # These port numbers MUST matche with what's in
104 # ric-common/Common-Template/helm/ric-common/templates/_ingresscontroller.tpl file.
105 # If need to change a proxy port here, do not forget to update the
106 # _ingresscontroller.tpl file with the new port number.