Add rAppmanager and Capifcore charts in ORAN_OOM
[it/dep.git] / smo-install / oran_oom / capifcore / values.yaml
1 #  ============LICENSE_START===============================================
2 # Copyright (C) 2023-2024 OpenInfra Foundation Europe. All rights reserved.
3 #  ========================================================================
4 #  Licensed under the Apache License, Version 2.0 (the "License");
5 #  you may not use this file except in compliance with the License.
6 #  You may obtain a copy of the License at
7 #
8 #       http://www.apache.org/licenses/LICENSE-2.0
9 #
10 #  Unless required by applicable law or agreed to in writing, software
11 #  distributed under the License is distributed on an "AS IS" BASIS,
12 #  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 #  See the License for the specific language governing permissions and
14 #  limitations under the License.
15 #  ============LICENSE_END=================================================
16
17 # Default values for CAPIF core.
18 # This is a YAML-formatted file.
19 # Declare variables to be passed into your templates.
20
21 imagePullPolicy: IfNotPresent
22 image:
23   registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
24   name: nonrtric-plt-capifcore
25   tag: 1.2.0
26 service:
27   type: ClusterIP
28   ports:
29   - name: http
30     internalPort: "8090"
31     targetPort: "8090"
32 liveness:
33   initialDelaySeconds: 20
34   periodSeconds: 10
35 readiness:
36   initialDelaySeconds: 20
37   periodSeconds: 10
38 persistence:
39   size: 2Gi
40   storageClassName: standard
41 ingress:
42   enabled: false
43
44