c81ef98bb11eaefdec80073272a53e3bffdde532
[ric-plt/ric-dep.git] / helm / dbaas / values.yaml
1 ################################################################################
2 #   Copyright (c) 2020 AT&T Intellectual Property.                             #
3 #   Copyright (c) 2020 Nokia.                                                  #
4 #                                                                              #
5 #   Licensed under the Apache License, Version 2.0 (the "License");            #
6 #   you may not use this file except in compliance with the License.           #
7 #   You may obtain a copy of the License at                                    #
8 #                                                                              #
9 #       http://www.apache.org/licenses/LICENSE-2.0                             #
10 #                                                                              #
11 #   Unless required by applicable law or agreed to in writing, software        #
12 #   distributed under the License is distributed on an "AS IS" BASIS,          #
13 #   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.   #
14 #   See the License for the specific language governing permissions and        #
15 #   limitations under the License.                                             #
16 ################################################################################
17
18 dbaas:
19   image:
20     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
21     name: ric-plt-dbaas
22     tag: 0.2.2
23   imagePullPolicy: IfNotPresent
24   enableHighAvailability: false
25   enablePodAntiAffinity: false
26   terminationGracePeriodSeconds: 5
27
28   redis:
29     masterGroupName: dbaasmaster
30     config:
31       ## For /data/conf/redis.conf
32       min-slaves-to-write: 1
33       min-slaves-max-lag: 5
34       maxmemory: "0"
35       maxmemory-policy: "volatile-lru"
36       protected-mode: "no"
37       loadmodule: "/usr/local/libexec/redismodule/libredismodule.so"
38       bind: 0.0.0.0
39
40   sentinel:
41     quorum: 2
42     protected-mode: "no"
43     config:
44       ## For /data/conf/sentinel.conf
45       down-after-milliseconds: 5000
46       failover-timeout: 60000
47       parallel-syncs: 1
48
49   saReplicas: 1
50   haReplicas: 3
51   probeTimeout: 10