Improve oran_oom helm charts
[it/dep.git] / smo-install / oran_oom / odu-app / values.yaml
1 #  Copyright (C) 2022 Nordix Foundation. All rights reserved.
2 #  ========================================================================
3 #  Licensed under the Apache License, Version 2.0 (the "License");
4 #  you may not use this file except in compliance with the License.
5 #  You may obtain a copy of the License at
6 #
7 #       http://www.apache.org/licenses/LICENSE-2.0
8 #
9 #  Unless required by applicable law or agreed to in writing, software
10 #  distributed under the License is distributed on an "AS IS" BASIS,
11 #  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 #  See the License for the specific language governing permissions and
13 #  limitations under the License.
14 #  ============LICENSE_END=================================================
15
16 # Default values for odu-app.
17 # This is a YAML-formatted file.
18 # Declare variables to be passed into your templates.
19
20 replicaCount: 1
21
22 image:
23   repository: nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-rapp-ransliceassurance
24   pullPolicy: Always
25   # Overrides the image tag whose default is the chart appVersion.
26   tag: "1.3.0"
27
28 messagerouter:
29   host: http://message-router.onap
30   port: 3904
31
32 sdnr:
33   address: http://10.1.49.120:8181
34   user: admin
35   password: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
36
37 simulator:
38   node: o-du-1122
39
40 imagePullSecrets: []
41 nameOverride: ""
42 fullnameOverride: ""
43
44 podAnnotations: {}
45
46 podSecurityContext: {}
47   # fsGroup: 2000
48
49 securityContext: {}
50   # capabilities:
51   #   drop:
52   #   - ALL
53   # readOnlyRootFilesystem: true
54   # runAsNonRoot: true
55   # runAsUser: 1000
56
57 service:
58   type: ClusterIP
59   ports:
60   - name: http
61     targetPort: 80
62
63 resources: {}
64   # We usually recommend not to specify default resources and to leave this as a conscious
65   # choice for the user. This also increases chances charts run on environments with little
66   # resources, such as Minikube. If you do want to specify resources, uncomment the following
67   # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
68   # limits:
69   #   cpu: 100m
70   #   memory: 128Mi
71   # requests:
72   #   cpu: 100m
73   #   memory: 128Mi
74
75 nodeSelector: {}
76
77 tolerations: []
78
79 affinity: {}