Code Review
/
institute
/
deploy-authx-service.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
4767d57
)
feat: minio,更新云平台 favicon 的替换方式
author
刘洪青
<hongqing.liu@supwisdom.com>
Mon, 7 Dec 2020 03:55:04 +0000
(11:55 +0800)
committer
刘洪青
<hongqing.liu@supwisdom.com>
Mon, 7 Dec 2020 03:55:04 +0000
(11:55 +0800)
deploy-manifests/k8s-rancher/1.authx-service/0.authx-service/2.authx-service-minio.yaml
patch
|
blob
|
history
deploy-manifests/k8s-rancher/1.authx-service/0.authx-service/admin-platform/favicon/sw.ico
[new file with mode: 0644]
patch
|
blob
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
(file)
--- 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
(file)
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