charts: fix the images format
[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   images:
53     tags:
54       o2service: nexus3.o-ran-sc.org:10004/o-ran-sc/pti-o2imsdms:2.0.0
55       postgres: docker.io/library/postgres:9.6
56       redis: docker.io/library/redis:alpine
57     pullPolicy: IfNotPresent
58   logginglevel: "WARNING"
59
60 o2dms:
61   helm_cli_enable: false
62
63 ocloud:
64   OS_AUTH_URL: ""
65   OS_USERNAME: ""
66   OS_PASSWORD: ""
67   K8S_KUBECONFIG: ""
68   API_HOST_EXTERNAL_FLOATING: ""
69   HELM_USER_PASSWD: "St8rlingX*"