Skip to content

Commit

Permalink
chore: increase default proxy-body-size for nginx ingress in minio
Browse files Browse the repository at this point in the history
Signed-off-by: bjwswang <[email protected]>
  • Loading branch information
bjwswang committed Nov 8, 2023
1 parent 1c491d6 commit 87d578a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
6 changes: 3 additions & 3 deletions charts/arcadia/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: minio
repository: ""
version: 5.0.10
version: 5.0.11
- name: fastchat
repository: ""
version: 0.0.2
digest: sha256:54d12a585a3decd50f82eaffae0224f188f7d715565bd751ffda3435678c2619
generated: "2023-11-02T06:00:49.531248052Z"
digest: sha256:56d624e532bea8e579719f8d8991f615aac92065a4df82ac101efa3188b7a354
generated: "2023-11-07T07:00:08.034324976Z"
4 changes: 2 additions & 2 deletions charts/arcadia/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: arcadia
description: A Helm chart(KubeBB Component) for KubeAGI Arcadia
type: application
version: 0.1.16
version: 0.1.17
appVersion: "0.0.1"

keywords:
Expand All @@ -20,6 +20,6 @@ maintainers:

dependencies:
- name: minio
version: 5.0.10
version: 5.0.11
- name: fastchat
version: 0.0.2
2 changes: 1 addition & 1 deletion charts/arcadia/charts/minio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ maintainers:
name: minio
sources:
- https://github.com/minio/minio
version: 5.0.10
version: 5.0.11
6 changes: 5 additions & 1 deletion charts/arcadia/charts/minio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,11 @@ ingress:
# node-role.kubernetes.io/ingress: platform

annotations:
{}
{
# Enable large files to minio
# Only works when using nginx ingress
nginx.ingress.kubernetes.io/proxy-body-size: 102400m
}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
# kubernetes.io/ingress.allow-http: "false"
Expand Down

0 comments on commit 87d578a

Please sign in to comment.