File tree Expand file tree Collapse file tree 1 file changed +58
-0
lines changed
Expand file tree Collapse file tree 1 file changed +58
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "Cluster" : {
3+ "CCPImagePrefix" : " crunchydata" ,
4+ "CCPImageTag" : " centos7-10.3-1.8.2" ,
5+ "Port" : 5432 ,
6+ "User" : " testuser" ,
7+ "Database" : " userdb" ,
8+ "PasswordAgeDays" : 60 ,
9+ "PasswordLength" : 8 ,
10+ "Strategy" : 1 ,
11+ "Replicas" : 0
12+ },
13+ "PrimaryStorage" : " storage1" ,
14+ "BackupStorage" : " storage1" ,
15+ "ReplicaStorage" : " storage1" ,
16+ "Storage" : {
17+ "storage1" : {
18+ "AccessMode" : " ReadWriteMany" ,
19+ "Size" : " 200M" ,
20+ "StorageType" : " create"
21+ },
22+ "storage2" : {
23+ "AccessMode" : " ReadWriteMany" ,
24+ "Size" : " 333M" ,
25+ "StorageType" : " create"
26+ },
27+ "storage3" : {
28+ "AccessMode" : " ReadWriteMany" ,
29+ "Size" : " 440M" ,
30+ "StorageType" : " create"
31+ }
32+ },
33+ "DefaultContainerResource" : null ,
34+ "ContainerResources" : {
35+ {
36+ "Name" : " small" ,
37+ "RequestsMemory" : " 512Mi" ,
38+ "RequestsCPU" : 0.1 ,
39+ "LimitsMemory" : " 512Mi" ,
40+ "LimitsCPU" : 0.1
41+ },
42+ {
43+ "Name" : " large" ,
44+ "RequestsMemory" : " 2Gi" ,
45+ "RequestsCPU" : 2 ,
46+ "LimitsMemory" : " 2Gi" ,
47+ "LimitsCPU" : 4
48+ }
49+ },
50+ "Pgo" : {
51+ "Audit" : false ,
52+ "Metrics" : false ,
53+ "LSPVCTemplate" : " /config/pgo.lspvc-template.json" ,
54+ "LoadTemplate" : " /config/pgo.load-template.json" ,
55+ "COImagePrefix" : " crunchydata" ,
56+ "COImageTag" : " centos7-2.6"
57+ }
58+ }
You can’t perform that action at this time.
0 commit comments