Skip to content

Commit c988b9f

Browse files
authored
docs(addons): remove addons services
1 parent 3afa3b0 commit c988b9f

1 file changed

Lines changed: 0 additions & 47 deletions

File tree

README.md

Lines changed: 0 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -22,50 +22,3 @@ The repository has the following structure:
2222
├── docs # Documentation source files
2323
└── scripts # Scripts and tools which check and create addons
2424
```
25-
26-
### Service classes
27-
28-
The repository has the following service classes:
29-
30-
```
31-
CLASS NAME | PLANS NAME | DESCRIPTION
32-
-----------|---------------|------------------------------------
33-
mariadb | standard-16 | mysql standard-25 plan which limit persistence size 16Gi.
34-
mariadb | standard-64 | mysql standard-50 plan which limit persistence size 64Gi.
35-
mariadb | standard-256 | mysql standard-100 plan which limit persistence size 256Gi.
36-
mariadb | standard-512 | mysql standard-200 plan which limit persistence size 512Gi.
37-
mariadb | standard-768 | mysql standard-400 plan which limit persistence size 768Gi.
38-
mariadb | standard-1024| mysql standard-1600 plan which limit persistence size 1Ti.
39-
postgresql | standard-16 | postgresql standard-16 plan which limit persistence size 16Gi.
40-
postgresql | standard-64 | postgresql standard-64 plan which limit persistence size 64Gi.
41-
postgresql | standard-256 | postgresql standard-256 plan which limit persistence size 256Gi.
42-
postgresql | standard-512 | postgresql standard-512 plan which limit persistence size 512Gi.
43-
postgresql | standard-768 | postgresql standard-768 plan which limit persistence size 768Gi.
44-
postgresql | standard-1024| postgresql standard-1000 plan which limit persistence size 1Ti.
45-
kafka | standard-16 | kafka standard-16 plan which limit persistence size 16Gi.
46-
kafka | standard-64 | kafka standard-64 plan which limit persistence size 64Gi.
47-
kafka | standard-256 | kafka standard-256 plan which limit persistence size 256Gi.
48-
kafka | standard-512 | kafka standard-512 plan which limit persistence size 512Gi.
49-
kafka | standard-768 | kafka standard-768 plan which limit persistence size 768Gi.
50-
kafka | standard-1024| kafka standard-1000 plan which limit persistence size 1Ti.
51-
minio | standard-10 | minio standard-10 plan which limit persistence size 10Gi.
52-
minio | standard-20 | minio standard-20 plan which limit persistence size 20Gi.
53-
minio | standard-30 | minio standard-30 plan which limit persistence size 30Gi.
54-
minio | standard-40 | minio standard-40 plan which limit persistence size 40Gi.
55-
minio | standard-50 | minio standard-50 plan which limit persistence size 50Gi.
56-
minio | standard-60 | minio standard-60 plan which limit persistence size 60Gi.
57-
minio | standard-70 | minio standard-70 plan which limit persistence size 70Gi.
58-
minio | standard-80 | minio standard-80 plan which limit persistence size 80Gi.
59-
minio | standard-90 | minio standard-90 plan which limit persistence size 90Gi.
60-
minio | standard-100 | minio standard-100 plan which limit persistence size 100Gi.
61-
redis | 128 | Redis 128 plan which limit resources memory size 128Mi.
62-
redis | 256 | Redis 250 plan which limit resources memory size 256Mi.
63-
redis | 512 | Redis 500 plan which limit resources memory size 512Mi.
64-
redis | 1024 | Redis 1000 plan which limit resources memory size 1Gi.
65-
redis | 2048 | Redis 2500 plan which limit resources memory size 2Gi.
66-
redis | 4096 | Redis 5000 plan which limit resources memory size 4Gi.
67-
redis | 8192 | Redis 10000 plan which limit resources memory size 8Gi.
68-
redis | 16384 | Redis 20000 plan which limit resources memory size 16Gi.
69-
redis | 32768 | Redis 30000 plan which limit resources memory size 32Gi.
70-
redis | 65536 | Redis 40000 plan which limit resources memory size 64Gi
71-
```

0 commit comments

Comments
 (0)