Skip to content

Commit 3afa3b0

Browse files
committed
chore(minio): change minio plan
1 parent 9accaa9 commit 3afa3b0

47 files changed

Lines changed: 462 additions & 58 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,16 @@ kafka | standard-256 | kafka standard-256 plan which limit persistence siz
4848
kafka | standard-512 | kafka standard-512 plan which limit persistence size 512Gi.
4949
kafka | standard-768 | kafka standard-768 plan which limit persistence size 768Gi.
5050
kafka | standard-1024| kafka standard-1000 plan which limit persistence size 1Ti.
51-
minio | standard-16 | minio standard-16 plan which limit persistence size 16Gi.
52-
minio | standard-64 | minio standard-64 plan which limit persistence size 64Gi.
53-
minio | standard-256 | minio standard-256 plan which limit persistence size 256Gi.
54-
minio | standard-512 | minio standard-512 plan which limit persistence size 512Gi.
55-
minio | standard-768 | minio standard-768 plan which limit persistence size 768Gi.
56-
minio | standard-1024| minio 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.
5761
redis | 128 | Redis 128 plan which limit resources memory size 128Mi.
5862
redis | 256 | Redis 250 plan which limit resources memory size 256Mi.
5963
redis | 512 | Redis 500 plan which limit resources memory size 512Mi.
File renamed without changes.

addons/minio-1.1.0/plans/standard-1024/create-instance-schema.json renamed to addons/minio-1.1.0/plans/standard-10/create-instance-schema.json

File renamed without changes.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: "standard-10"
2+
id: dea72135-fbd1-47ed-b7ae-d838b7ad3f66
3+
description: "Minio standard-10 plan which limit persistence size 10Gi."
4+
displayName: "standard-10"
5+
bindable: true
6+
maximum_polling_duration: 1800

addons/minio-1.1.0/plans/standard-16/values.yaml renamed to addons/minio-1.1.0/plans/standard-10/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## @param fullnameOverride String to fully override common.names.fullname template
22
##
3-
fullnameOverride: hb-minio-standard-16
3+
fullnameOverride: hb-minio-standard-10
44

55
## MinIO® containers' resource requests and limits
66
## ref: https://kubernetes.io/docs/user-guide/compute-resources/
@@ -45,4 +45,4 @@ persistence:
4545
- ReadWriteOnce
4646
## @param persistence.size PVC Storage Request for MinIO® data volume
4747
##
48-
size: 16Gi
48+
size: 10Gi
File renamed without changes.

addons/minio-1.1.0/plans/standard-16/create-instance-schema.json renamed to addons/minio-1.1.0/plans/standard-100/create-instance-schema.json

File renamed without changes.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: "standard-100"
2+
id: 6b0b261c-3109-4fcc-8102-1d0c3f0a6a8f
3+
description: "Minio standard-100 plan which limit persistence size 1Ti."
4+
displayName: "standard-100"
5+
bindable: true
6+
maximum_polling_duration: 1800

addons/minio-1.1.0/plans/standard-768/values.yaml renamed to addons/minio-1.1.0/plans/standard-100/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## @param fullnameOverride String to fully override common.names.fullname template
22
##
3-
fullnameOverride: hb-minio-standard-768
3+
fullnameOverride: hb-minio-standard-60
44

55
## MinIO® containers' resource requests and limits
66
## ref: https://kubernetes.io/docs/user-guide/compute-resources/
@@ -45,4 +45,4 @@ persistence:
4545
- ReadWriteOnce
4646
## @param persistence.size PVC Storage Request for MinIO® data volume
4747
##
48-
size: 768Gi
48+
size: 100Gi

addons/minio-1.1.0/plans/standard-1024/meta.yaml

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

0 commit comments

Comments
 (0)