beef up the AI/ML framework tests by adding InfluxDB as data source and populate...
[it/test.git] / ric_robot_suite / helm / ric-robot / values.yaml
1 ################################################################################
2 #   Copyright (c) 2019 AT&T Intellectual Property.                             #
3 #   Copyright (c) 2019 Nokia.                                                  #
4 #                                                                              #
5 #   Licensed under the Apache License, Version 2.0 (the "License");            #
6 #   you may not use this file except in compliance with the License.           #
7 #   You may obtain a copy of the License at                                    #
8 #                                                                              #
9 #       http://www.apache.org/licenses/LICENSE-2.0                             #
10 #                                                                              #
11 #   Unless required by applicable law or agreed to in writing, software        #
12 #   distributed under the License is distributed on an "AS IS" BASIS,          #
13 #   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.   #
14 #   See the License for the specific language governing permissions and        #
15 #   limitations under the License.                                             #
16 ################################################################################
17
18 # Default values for ric-robot .
19 # This is a YAML-formatted file.
20 # Declare variables to be passed into your templates.
21
22 replicaCount: 1
23
24 image:
25   repository: nexus3.o-ran-sc.org:10004
26   repositoryCred: docker-reg-cred
27   # for local testing
28   #repository: ric/testsuite
29   name: o-ran-sc/it-test-ric-robot
30   tag: 0.3.0
31   pullPolicy: IfNotPresent
32
33 nameOverride: ""
34 fullnameOverride: ""
35 robotImplementation: "ric-robot"
36
37 config:
38   #dashboardExternalIp:  REPLACE_WITH_EXTERNAL_K8_IP_OF_DASHBOARD
39   #dashboardExternalPort:  REPLACE_WITH_NODEPORT_OF_KONG_PROXY_31080
40   dashboardExternalIp:  192.168.130.122
41   dashboardExternalPort:  32080
42 service:
43   port: 88
44   type: NodePort
45   nodePort: 30209
46
47 ingress:
48   enabled: false
49   annotations: {}
50   hosts:
51     - host: chart-example.local
52       paths: []
53   tls: []
54   #  - secretName: chart-example-tls
55   #    hosts:
56   #      - chart-example.local
57
58 resources: {}
59   # We usually recommend not to specify default resources and to leave this as a conscious
60   # choice for the user. This also increases chances charts run on environments with little
61   # resources, such as Minikube. If you do want to specify resources, uncomment the following
62   # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
63   # limits:
64   #   cpu: 100m
65   #   memory: 128Mi
66   # requests:
67   #   cpu: 100m
68   #   memory: 128Mi
69
70 nodeSelector: {}
71
72 tolerations: []
73
74 affinity: {}
75
76 ### ricdeployment.robot environment variable
77 ric:
78  platform:
79   # RIC installation details.  The values
80   # for these can typically be found in
81   # the ricplt/ric_env.sh file from the ric
82   # platform source tree
83   components:
84    appmgr:
85    rtmgr:
86    dbaas:
87    e2mgr:
88    e2term:
89