4752c13e30b1f856f1da0b9943d13bfa9823c401
[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:10004/o-ran-sc/nonrtric-rapp-ransliceassurance
24   pullPolicy: Always
25   # Overrides the image tag whose default is the chart appVersion.
26   tag: "1.2.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   port: 80
60
61 resources: {}
62   # We usually recommend not to specify default resources and to leave this as a conscious
63   # choice for the user. This also increases chances charts run on environments with little
64   # resources, such as Minikube. If you do want to specify resources, uncomment the following
65   # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
66   # limits:
67   #   cpu: 100m
68   #   memory: 128Mi
69   # requests:
70   #   cpu: 100m
71   #   memory: 128Mi
72
73 nodeSelector: {}
74
75 tolerations: []
76
77 affinity: {}