Skip to content

Commit f48bb85

Browse files
author
lijianguo
committed
chore(addons): update README
1 parent ba4dc33 commit f48bb85

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

README.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,48 @@ The repository has the following structure:
2020
├── docs # Documentation source files
2121
└── scripts # Scripts and tools which check and create addons
2222
```
23+
24+
### Service classes
25+
26+
The repository has the following service classes:
27+
28+
```
29+
CLASS NAME | PLANS NAME | DESCRIPTION
30+
-----------|---------------|------------------------------------
31+
memcached | 30 | Memcached 30 plan which which limit resources memory size 30Mi.
32+
memcached | 100 | Memcached 100 plan which which limit resources memory size 100Mi.
33+
memcached | 250 | Memcached 250 plan which which limit resources memory size 250Mi.
34+
memcached | 1000 | Memcached 1000 plan which which limit resources memory size 1Gi.
35+
memcached | 2500 | Memcached 2500 plan which which limit resources memory size 2.5Gi.
36+
memcached | 5000 | Memcached 5000 plan which which limit resources memory size 5Gi.
37+
memcached | 10000 | Memcached 10000 plan which which limit resources memory size 10Gi.
38+
memcached | 20000 | Memcached 20000 plan which which limit resources memory size 20Gi.
39+
memcached | 30000 | Memcached 30000 plan which which limit resources memory size 30Gi.
40+
memcached | 40000 | Memcached 40000 plan which which limit resources memory size 40Gi.
41+
memcached | 50000 | Memcached 50000 plan which which limit resources memory size 50Gi.
42+
mysql | standard-25 | mysql standard-25 plan which limit persistence size 25Gi.
43+
mysql | standard-50 | mysql standard-50 plan which limit persistence size 50Gi.
44+
mysql | standard-100 | mysql standard-100 plan which limit persistence size 100Gi.
45+
mysql | standard-200 | mysql standard-200 plan which limit persistence size 200Gi.
46+
mysql | standard-400 | mysql standard-400 plan which limit persistence size 400Gi.
47+
mysql | standard-800 | mysql standard-800 plan which limit persistence size 800Gi.
48+
mysql | standard-1600| mysql standard-1600 plan which limit persistence size 1600Gi.
49+
postgresql | standard-16 | postgresql standard-16 plan which limit persistence size 16Gi.
50+
postgresql | standard-64 | postgresql standard-64 plan which limit persistence size 64Gi.
51+
postgresql | standard-256 | postgresql standard-256 plan which limit persistence size 256Gi.
52+
postgresql | standard-512 | postgresql standard-512 plan which limit persistence size 512Gi.
53+
postgresql | standard-768 | postgresql standard-768 plan which limit persistence size 768Gi.
54+
postgresql | standard-1000| postgresql standard-1000 plan which limit persistence size 1Ti.
55+
redis | 30 | Redis 30 plan which limit resources memory size 30Mi.
56+
redis | 100 | Redis 100 plan which limit resources memory size 100Mi.
57+
redis | 250 | Redis 250 plan which limit resources memory size 250Mi.
58+
redis | 500 | Redis 500 plan which limit resources memory size 500Mi.
59+
redis | 1000 | Redis 1000 plan which limit resources memory size 1Gi.
60+
redis | 2500 | Redis 2500 plan which limit resources memory size 2.5Gi.
61+
redis | 5000 | Redis 5000 plan which limit resources memory size 5Gi.
62+
redis | 10000 | Redis 10000 plan which limit resources memory size 10Gi.
63+
redis | 20000 | Redis 20000 plan which limit resources memory size 20Gi.
64+
redis | 30000 | Redis 30000 plan which limit resources memory size 30Gi.
65+
redis | 40000 | Redis 40000 plan which limit resources memory size 40Gi.
66+
redis | 50000 | Redis 50000 plan which limit resources memory size 50Gi
67+
```

0 commit comments

Comments
 (0)