From f3498bebd18ad1b82783b4dfa73d219cee9a5de0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E5=88=98=E6=B4=AA=E9=9D=92?= Date: Mon, 12 Oct 2020 16:22:44 +0800 Subject: [PATCH] =?utf8?q?fix:=20=E4=BF=AE=E6=AD=A3minio=E4=B8=8A=E4=BC=A0?= =?utf8?q?=E6=96=87=E4=BB=B6=E7=9A=84=E5=A4=A7=E5=B0=8F=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../1.authx-service/0.authx-service/2.authx-service-minio.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy-manifests/k8s-rancher/1.authx-service/0.authx-service/2.authx-service-minio.yaml b/deploy-manifests/k8s-rancher/1.authx-service/0.authx-service/2.authx-service-minio.yaml index 32e5862..c59841f 100644 --- a/deploy-manifests/k8s-rancher/1.authx-service/0.authx-service/2.authx-service-minio.yaml +++ b/deploy-manifests/k8s-rancher/1.authx-service/0.authx-service/2.authx-service-minio.yaml @@ -110,6 +110,8 @@ kind: Ingress metadata: name: minio-ingress namespace: authx-service + annotations: + nginx.ingress.kubernetes.io/proxy-body-size: 8m spec: rules: # 修改为学校的根域名 -- 2.17.1