Skip to content

Commit 7b68cb9

Browse files
author
lijianguo
committed
fix(memcached): modify 500 plan
1 parent 3393a5f commit 7b68cb9

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ CLASS NAME | PLANS NAME | DESCRIPTION
3030
-----------|---------------|------------------------------------
3131
memcached | 128 | Memcached 128 plan which which limit resources memory size 128Mi.
3232
memcached | 250 | Memcached 250 plan which which limit resources memory size 250Mi.
33+
memcached | 500 | Memcached 1000 plan which which limit resources memory size 500Mi.
3334
memcached | 1000 | Memcached 1000 plan which which limit resources memory size 1Gi.
3435
memcached | 2500 | Memcached 2500 plan which which limit resources memory size 2.5Gi.
3536
memcached | 5000 | Memcached 5000 plan which which limit resources memory size 5Gi.

addons/memcached-1.1.0/plans/500/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ resources:
1111
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
1212
limits:
1313
cpu: 200m
14-
memory: 250Mi
14+
memory: 512Mi
1515
requests:
1616
cpu: 10m
17-
memory: 125Mi
17+
memory: 256Mi
1818

1919
persistence:
2020
enabled: true

0 commit comments

Comments
 (0)