charts: add supprot to pull images from private registry
[pti/o2.git] / charts / values.yaml
1 # Copyright (C) 2021 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 # The default value "" doesn't work with binaryData,
26 # So generate the value with:
27 # echo "" | base64
28 # Cg==
29 applicationconfig: Cg==
30 servercrt: Cg==
31 serverkey: Cg==
32 smocacrt: Cg==
33
34 resources:
35   cpu: 1
36   memory: 2Gi
37
38 global:
39   namespace: oran-o2
40
41 db:
42   storageSize: 10Gi
43
44 # ImagePullSecrets for operator ServiceAccount, list of secrets in the same
45 # namespace used to pull operator image. Must be set for any cluster configured
46 # with private docker registry.
47 imagePullSecrets:
48   - default-registry-key
49
50 o2ims:
51   serviceaccountname: admin-oran-o2
52   image:
53     img_o2: nexus3.o-ran-sc.org:10004/o-ran-sc/pti-o2imsdms:2.0.0
54     img_postgres: postgres:9.6
55     img_redis: redis:alpine
56     pullPolicy: IfNotPresent
57   logginglevel: "WARNING"
58
59 o2dms:
60   helm_cli_enable: false
61
62 ocloud:
63   OS_AUTH_URL: ""
64   OS_USERNAME: ""
65   OS_PASSWORD: ""
66   K8S_KUBECONFIG: ""
67   API_HOST_EXTERNAL_FLOATING: ""
68   HELM_USER_PASSWD: "St8rlingX*"