From: 刘洪青 Date: Mon, 7 Dec 2020 03:55:04 +0000 (+0800) Subject: feat: minio,更新云平台 favicon 的替换方式 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=18abfff55325d14f8e113c09f6582c3e17a9e733;p=institute%2Fdeploy-authx-service.git feat: minio,更新云平台 favicon 的替换方式 --- 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 3e425e5..f5d4c04 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 @@ -18,6 +18,10 @@ # 在 security-center-ui 目录下 创建目录 logo ,上传文件 security-center-ui/logo/logo.png # 此为安全中心界面上使用的图片,由UI进行设计后,替换 +# 创建 bucket: admin-platform ,并设置访问策略 * Read Only +# 在 admin-platform 目录下 创建目录 favicon ,上传文件 admin-platform/favicon/sw.ico (ico 的文件名,根据 admin-platform 中配置的 SCHOOL_NAME 来确定) +# 此为云平台界面上使用的图片,由UI进行设计后,替换 + --- apiVersion: v1 diff --git a/deploy-manifests/k8s-rancher/1.authx-service/0.authx-service/admin-platform/favicon/sw.ico b/deploy-manifests/k8s-rancher/1.authx-service/0.authx-service/admin-platform/favicon/sw.ico new file mode 100644 index 0000000..ffce864 Binary files /dev/null and b/deploy-manifests/k8s-rancher/1.authx-service/0.authx-service/admin-platform/favicon/sw.ico differ