From a43a00840a5e11953fb08071a14c432dcde02370 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E5=88=98=E6=B4=AA=E9=9D=92?= Date: Mon, 28 Sep 2020 16:25:27 +0800 Subject: [PATCH] =?utf8?q?chore:=20minio=20=E5=9B=BE=E7=89=87=E5=88=9D?= =?utf8?q?=E5=A7=8B=E5=8C=96=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../0.authx-service/2.authx-service-minio.yaml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 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 d1764b6..32e5862 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 @@ -5,6 +5,15 @@ # 文件服务器,对象存储 #################################################### +# 手动初始化默认的图片 +# +# 访问 https://minio.paas.xxx.edu.cn +# 登录 1y8N@8R@a_2u , 8pxlIe9#lN7Q +# 创建 bucket:portrait,cas-server-site-ui +# 将 portrait 目录下的 图片,上传到 portrait 中(此为用户的默认头像) +# 将 cas-server-site-ui 目录下的 图片,上传到 cas-server-site-ui 中(此为认证登录界面上使用的图片,实际项目中,由UI进行设计后,替换) + +--- apiVersion: v1 kind: PersistentVolumeClaim metadata: @@ -111,11 +120,3 @@ spec: backend: serviceName: minio-svc servicePort: http - -# 手动初始化默认的图片 -# -# 访问 https://minio.paas.xxx.edu.cn -# 登录 1y8N@8R@a_2u , 8pxlIe9#lN7Q -# 创建 bucket:portrait,cas-server-site-ui -# 将 portrait 目录下的 图片,上传到 portrait 中(此为用户的默认头像) -# 将 cas-server-site-ui 目录下的 图片,上传到 cas-server-site-ui 中(此为认证登录界面上使用的图片,实际项目中,由UI进行设计后,替换) -- 2.17.1