From fa0a5a2919fd64a1f26cf9b0cb0a69199874e3b2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E5=88=98=E6=B4=AA=E9=9D=92?= Date: Wed, 14 Oct 2020 16:11:43 +0800 Subject: [PATCH] =?utf8?q?chore:=20=E4=BF=AE=E6=94=B9=20=E8=AE=A4=E8=AF=81?= =?utf8?q?=E6=8E=88=E6=9D=83=20=E4=B8=AD=EF=BC=8Cminio=20=E7=9A=84?= =?utf8?q?=E5=A4=96=E7=BD=91=E5=9C=B0=E5=9D=80=E9=85=8D=E7=BD=AE=EF=BC=8C?= =?utf8?q?=E9=98=B2=E6=AD=A2=E4=B8=8E=E5=85=B6=E4=BB=96minio=20=E5=86=B2?= =?utf8?q?=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../0.authx-service/2.authx-service-minio.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 c59841f..ea52c08 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 @@ -7,7 +7,7 @@ # 手动初始化默认的图片 # -# 访问 https://minio.paas.xxx.edu.cn +# 访问 https://authx-minio.paas.xxx.edu.cn # 登录 1y8N@8R@a_2u , 8pxlIe9#lN7Q # 创建 bucket:portrait,cas-server-site-ui # 将 portrait 目录下的 图片,上传到 portrait 中(此为用户的默认头像) @@ -115,7 +115,7 @@ metadata: spec: rules: # 修改为学校的根域名 - - host: minio.paas.xxx.edu.cn + - host: authx-minio.paas.xxx.edu.cn http: paths: - path: / -- 2.17.1