54650dbdf825b9a46526f18d01764f27a5a1c4e9
[it/dep.git] / smo-install / oran_oom / odu-app-ics-version / 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-ics-version.
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-icsversion
24   pullPolicy: Always
25   # Overrides the image tag whose default is the chart appVersion.
26   tag: "1.2.0"
27
28 consumer:
29   host: http://odu-app-ics-version.nonrtric
30   port: 8095
31
32 sdnr:
33   address: http://10.1.49.120:8181
34   user: admin
35   password: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
36
37 informationcoordinator:
38   address: http://informationservice.nonrtric:9082
39
40 simulator:
41   node: o-du-1122
42
43 imagePullSecrets: []
44 nameOverride: ""
45 fullnameOverride: ""
46
47 podAnnotations: {}
48
49 podSecurityContext: {}
50   # fsGroup: 2000
51
52 securityContext: {}
53   # capabilities:
54   #   drop:
55   #   - ALL
56   # readOnlyRootFilesystem: true
57   # runAsNonRoot: true
58   # runAsUser: 1000
59
60 service:
61   type: ClusterIP
62   port: 8095
63
64 resources: {}
65   # We usually recommend not to specify default resources and to leave this as a conscious
66   # choice for the user. This also increases chances charts run on environments with little
67   # resources, such as Minikube. If you do want to specify resources, uncomment the following
68   # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
69   # limits:
70   #   cpu: 100m
71   #   memory: 128Mi
72   # requests:
73   #   cpu: 100m
74   #   memory: 128Mi
75
76 nodeSelector: {}
77
78 tolerations: []
79
80 affinity: {}