Update repo URL domain name
[it/dep.git] / aux / portal-ric-dashboard / 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 dashboard.
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/ric-dash-be
26   tag: 1.0.1
27   pullPolicy: IfNotPresent
28
29 nameOverride: ""
30 fullnameOverride: ""
31
32 service:
33   type: NodePort
34   port: 80
35
36 ingress:
37   enabled: false
38   annotations: {}
39     # kubernetes.io/ingress.class: nginx
40     # kubernetes.io/tls-acme: "true"
41   paths: []
42   hosts:
43     - chart-example.local
44   tls: []
45   #  - secretName: chart-example-tls
46   #    hosts:
47   #      - chart-example.local
48
49 resources: {}
50   # We usually recommend not to specify default resources and to leave this as a conscious
51   # choice for the user. This also increases chances charts run on environments with little
52   # resources, such as Minikube. If you do want to specify resources, uncomment the following
53   # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
54   # limits:
55   #  cpu: 100m
56   #  memory: 128Mi
57   # requests:
58   #  cpu: 100m
59   #  memory: 128Mi
60
61 nodeSelector: {}
62
63 tolerations: []
64
65 affinity: {}
66