Add template support for pod labels and annotations
[pti/o2.git] / charts / values.yaml
1 # Copyright (C) 2021-2023 Wind River Systems, Inc.
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
15
16 # Default values for O2 services.
17 # This is a YAML-formatted file.
18 # Declare variables to be passed into your templates.
19
20 replicaCount: 1
21
22 nameOverride: ""
23 fullnameOverride: ""
24
25 podLabels: {}
26 podAnnotations: {}
27
28 # The default value "" doesn't work with binaryData,
29 # So generate the value with:
30 # echo "" | base64
31 # Cg==
32 applicationconfig: Cg==
33 servercrt: Cg==
34 serverkey: Cg==
35 smocacrt: Cg==
36
37 resources:
38   cpu: 1
39   memory: 2Gi
40
41 global:
42   namespace: oran-o2
43
44 db:
45   storageSize: 10Gi
46
47 # ImagePullSecrets for operator ServiceAccount, list of secrets in the same
48 # namespace used to pull operator image. Must be set for any cluster configured
49 # with private docker registry.
50 imagePullSecrets:
51   - default-registry-key
52
53 o2ims:
54   serviceaccountname: admin-oran-o2
55   images:
56     tags:
57       o2service: nexus3.o-ran-sc.org:10004/o-ran-sc/pti-o2imsdms:2.0.0
58       postgres: docker.io/library/postgres:9.6
59       redis: docker.io/library/redis:alpine
60     pullPolicy: IfNotPresent
61   logginglevel: "WARNING"
62
63 o2dms:
64   helm_cli_enable: false
65
66 ocloud:
67   OS_AUTH_URL: ""
68   OS_USERNAME: ""
69   OS_PASSWORD: ""
70   K8S_KUBECONFIG: ""
71   API_HOST_EXTERNAL_FLOATING: ""
72   HELM_USER_PASSWD: "St8rlingX*"