Skip to content

Commit b9ed403

Browse files
author
lijianguo
committed
chore(addons): set min memory limit
1 parent 581677a commit b9ed403

19 files changed

Lines changed: 22 additions & 298 deletions

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ The repository has the following service classes:
2828
```
2929
CLASS NAME | PLANS NAME | DESCRIPTION
3030
-----------|---------------|------------------------------------
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.
31+
memcached | 128 | Memcached 128 plan which which limit resources memory size 128Mi.
3332
memcached | 250 | Memcached 250 plan which which limit resources memory size 250Mi.
3433
memcached | 1000 | Memcached 1000 plan which which limit resources memory size 1Gi.
3534
memcached | 2500 | Memcached 2500 plan which which limit resources memory size 2.5Gi.
@@ -52,8 +51,7 @@ postgresql | standard-256 | postgresql standard-256 plan which limit persistenc
5251
postgresql | standard-512 | postgresql standard-512 plan which limit persistence size 512Gi.
5352
postgresql | standard-768 | postgresql standard-768 plan which limit persistence size 768Gi.
5453
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.
54+
redis | 128 | Redis 128 plan which limit resources memory size 128Mi.
5755
redis | 250 | Redis 250 plan which limit resources memory size 250Mi.
5856
redis | 500 | Redis 500 plan which limit resources memory size 500Mi.
5957
redis | 1000 | Redis 1000 plan which limit resources memory size 1Gi.

addons/memcached-1.1.0/plans/100/meta.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.
File renamed without changes.

addons/memcached-1.1.0/plans/100/create-instance-schema.json renamed to addons/memcached-1.1.0/plans/128/create-instance-schema.json

File renamed without changes.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name: "128"
2+
id: c8530abf-46fc-4e14-b7b4-dca3ceca7156
3+
description: "Memcached 128 plan which which limit resources memory size 128Mi."
4+
displayName: "128"
5+
bindable: true

addons/memcached-1.1.0/plans/100/values.yaml renamed to addons/memcached-1.1.0/plans/128/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ replicaCount: 1
33

44
## String to fully override memcached.fullname template
55
##
6-
fullnameOverride: hb-memcached-100
6+
fullnameOverride: hb-memcached-128
77
resources:
88
# We usually recommend not to specify default resources and to leave this as a conscious
99
# choice for the user. This also increases chances charts run on environments with little
1010
# resources, such as Minikube. If you do want to specify resources, uncomment the following
1111
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
1212
limits:
1313
cpu: 100m
14-
memory: 100Mi
14+
memory: 128Mi
1515
requests:
1616
cpu: 10m
17-
memory: 50Mi
17+
memory: 64Mi
1818

1919
persistence:
2020
enabled: true

addons/memcached-1.1.0/plans/30/bind.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

addons/memcached-1.1.0/plans/30/meta.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

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

Lines changed: 0 additions & 42 deletions
This file was deleted.

addons/redis-1.1.0/plans/100/create-instance-schema.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)