chore: 调整目录结构
diff --git "a/deploy-manifests/k8s-rancher/0.0.1.\345\274\200\346\224\276\345\271\263\345\217\260\345\256\211\350\243\205\351\203\250\347\275\262\346\211\213\345\206\214.md" "b/deploy-manifests/k8s-rancher/0.0.1.\345\274\200\346\224\276\345\271\263\345\217\260\345\256\211\350\243\205\351\203\250\347\275\262\346\211\213\345\206\214.md"
index 4eeafb5..a6d9645 100644
--- "a/deploy-manifests/k8s-rancher/0.0.1.\345\274\200\346\224\276\345\271\263\345\217\260\345\256\211\350\243\205\351\203\250\347\275\262\346\211\213\345\206\214.md"
+++ "b/deploy-manifests/k8s-rancher/0.0.1.\345\274\200\346\224\276\345\271\263\345\217\260\345\256\211\350\243\205\351\203\250\347\275\262\346\211\213\345\206\214.md"
@@ -122,10 +122,8 @@
本产品安装需要的域名如下:
```
- dev-bff.paas.xxx.edu.cn 开放平台的后端api
-
dev-portal.paas.xxx.edu.cn 开放平台的前端前台UI
- dev-admin.paas.xxx.edu.cn 开放平台的前端后台UI
+ dev-admin-spa.paas.xxx.edu.cn 开放平台的前端后台UI
dev-center.paas.xxx.edu.cn 开放平台的网关api
@@ -162,16 +160,19 @@
open-platform
- 云平台
+ 开放平台
```
- open-platform
+ 0.open-platform
+
+ 此为 开放平台的基础环境, 文件服务minio 的部署,若已部署,可使用现有服务
+
+ 1.developer-center
此为 开放平台
-
- minio-sa
+ 2.minio-sa
此为 文件基础能力(此服务部署可选。如果已有,可以考虑不部署)。
diff --git a/deploy-manifests/k8s-rancher/open-platform/0.open-platform/4.10.developer-center-minio.yaml b/deploy-manifests/k8s-rancher/open-platform/0.open-platform/4.1.open-platform-minio.yaml
similarity index 90%
rename from deploy-manifests/k8s-rancher/open-platform/0.open-platform/4.10.developer-center-minio.yaml
rename to deploy-manifests/k8s-rancher/open-platform/0.open-platform/4.1.open-platform-minio.yaml
index 8206d04..d74ec4a 100644
--- a/deploy-manifests/k8s-rancher/open-platform/0.open-platform/4.10.developer-center-minio.yaml
+++ b/deploy-manifests/k8s-rancher/open-platform/0.open-platform/4.1.open-platform-minio.yaml
@@ -9,7 +9,7 @@
kind: PersistentVolumeClaim
metadata:
name: minio-data-pvc
- namespace: developer-center
+ namespace: open-platform
spec:
accessModes:
- ReadWriteMany
@@ -24,7 +24,7 @@
kind: Secret
metadata:
name: minio-env-secret
- namespace: developer-center
+ namespace: open-platform
type: Opaque
data:
# 修改 access_key,并使用 base64 工具进行编码
@@ -39,7 +39,7 @@
apiVersion: v1
kind: Service
metadata:
- namespace: developer-center
+ namespace: open-platform
name: minio-svc
labels:
app: minio
@@ -55,7 +55,7 @@
apiVersion: apps/v1
kind: Deployment
metadata:
- namespace: developer-center
+ namespace: open-platform
name: minio
spec:
selector:
@@ -100,11 +100,11 @@
kind: Ingress
metadata:
name: minio-ingress
- namespace: developer-center
+ namespace: open-platform
spec:
rules:
# 修改为学校的根域名
- - host: developer-center-minio-test.paas.newcapec.cn
+ - host: open-platform-minio.paas.xxx.edu.cn
http:
paths:
- path: /
diff --git a/deploy-manifests/k8s-rancher/open-platform/1.0.init.sql b/deploy-manifests/k8s-rancher/open-platform/1.0.init.sql
index 0e5fe44..e6096c8 100644
--- a/deploy-manifests/k8s-rancher/open-platform/1.0.init.sql
+++ b/deploy-manifests/k8s-rancher/open-platform/1.0.init.sql
@@ -11,13 +11,13 @@
`APPLICATION_DOMAIN`
)
VALUES ('13', '1', 0, 'admin', '2020-07-01 00:00:00',
- '开放平台管理端', '开放平台管理端', 'https://dev-admin.dev.supwisdom.com', 'https://dev-admin.dev.supwisdom.com/slo',
+ '开放平台管理端', '开放平台管理端', 'https://dev-admin.paas.xxx.edu.cn', 'https://dev-admin.paas.xxx.edu.cn/slo',
'REDIRECT', 'FRONT_CHANNEL',
- 13, '开放平台管理端', 13, 'https://dev-admin.dev.supwisdom.com/(.*)',
+ 13, '开放平台管理端', 13, 'https://dev-admin.paas.xxx.edu.cn/(.*)',
1, 1, 1,
'1', '1',
13, 13,
- 'dev-admin.dev.supwisdom.com'
+ 'dev-admin.paas.xxx.edu.cn'
);
@@ -35,6 +35,7 @@
VALUES ('151', '1', '0', 'defaultOperator', 'defaultOperator', '1',
'individual', '上海树维管理员', '1', '1', '151','151');
+
INSERT INTO `TB_DEV_ACCOUNT` (`ID`, `COMPANY_ID`, `DELETED`, `ADD_ACCOUNT`, `ADD_TIME`,
`USERNAME`, `PASSWORD`, `ENABLED`, `ACCOUNT_NON_EXPIRED`, `ACCOUNT_NON_LOCKED`, `CREDENTIALS_NON_EXPIRED`,
`IS_DEVELOPER`, `IS_OPERATOR`, `IS_SCOPE_AUDIT`, `IS_ADMINISTRATOR`, `IS_SCHOOL_ACCOUNT`,
@@ -68,26 +69,31 @@
VALUES ('150', 0,
'150', 'defaultDeveloper', '上海树维', 'defaultDeveloper', 'defaultDeveloper',
'20001', '150', null, 'defaultDeveloper@supwisdom.com',
- '30001', '40001', '50156', '310000');
-
-INSERT INTO `TB_B_ACCOUNT` (`ID`, `DELETED`, `USER_ID`,
- `ACCOUNT_NAME`, `ACCOUNT_EXPIRY_DATE`, `ORGANIZATION_ID`, `IDENTITY_TYPE_ID`,
- `ACTIVATION`, `STATE`, `IS_DATA_CENTER`, `CERTIFICATE_TYPE_ID`, `CERTIFICATE_NUMBER`, `USER_NAME`)
-VALUES ('150', 0, '150',
- 'defaultDeveloper', null, '1', 'D01',
- 1, 'NORMAL', 0, '20001', '150', '上海树维');
+ '30001', '40001', '50156', null);
INSERT INTO `TB_B_SAFETY`(`ID`, `DELETED`, `USER_ID`, `SCORE`, `PASSWORD_SCORE`, `SECURE_EMAIL`, `SECURE_PHONE`)
VALUES ('150', 0, '150', '0', '0', null, null);
+
+INSERT INTO `TB_B_ACCOUNT` (`ID`, `DELETED`, `USER_ID`,
+ `ACCOUNT_NAME`, `ACCOUNT_EXPIRY_DATE`, `ORGANIZATION_ID`, `IDENTITY_TYPE_ID`,
+ `ACTIVATION`, `STATE`, `IS_DATA_CENTER`,
+ `USER_UID`, `USER_NAME`, `CERTIFICATE_TYPE_ID`, `CERTIFICATE_NUMBER`)
+VALUES ('150', 0, '150',
+ 'defaultDeveloper', null, '0', 'D01',
+ 1, 'NORMAL', 0,
+ '150', '上海树维', '20001', '150');
+
INSERT INTO `TB_B_ACCOUNT_ORGANIZATION` (`ID`, `DELETED`,
`ROOT_ORGANIZATION_ID`, `ACCOUNT_ID`, `ORGANIZATION_ID`)
-VALUES ('150_1', 0,
- '0', '150', '1');
+VALUES ('150_0', 0,
+ '0', '150', '0');
+/*
INSERT INTO `TB_B_ACCOUNT_LABEL`(`ID`, `DELETED`,
`ACCOUNT_ID`, `LABEL_ID`)
VALUES ('150_1', 0, '150', '1');
+*/
commit;
@@ -99,57 +105,66 @@
VALUES ('151', 0,
'151', 'defaultOperator', '上海树维业务管理员', 'defaultOperator', 'defaultOperator',
'20001', '151', null, 'defaultOperator@supwisdom.com',
- '30001', '40001', '50156', '310000');
-
-INSERT INTO `TB_B_ACCOUNT` (`ID`, `DELETED`, `USER_ID`,
- `ACCOUNT_NAME`, `ACCOUNT_EXPIRY_DATE`, `ORGANIZATION_ID`, `IDENTITY_TYPE_ID`,
- `ACTIVATION`, `STATE`, `IS_DATA_CENTER`, `CERTIFICATE_TYPE_ID`, `CERTIFICATE_NUMBER`, `USER_NAME`)
-VALUES ('151', 0, '151',
- 'defaultOperator', null, '1', 'D02',
- 1, 'NORMAL', 0, '20001', '151', '上海树维业务管理员');
+ '30001', '40001', '50156', null);
INSERT INTO `TB_B_SAFETY`(`ID`, `DELETED`, `USER_ID`, `SCORE`, `PASSWORD_SCORE`, `SECURE_EMAIL`, `SECURE_PHONE`)
VALUES ('151', 0, '151', '0', '0', null, null);
+
+INSERT INTO `TB_B_ACCOUNT` (`ID`, `DELETED`, `USER_ID`,
+ `ACCOUNT_NAME`, `ACCOUNT_EXPIRY_DATE`, `ORGANIZATION_ID`, `IDENTITY_TYPE_ID`,
+ `ACTIVATION`, `STATE`, `IS_DATA_CENTER`,
+ `USER_UID`, `USER_NAME`, `CERTIFICATE_TYPE_ID`, `CERTIFICATE_NUMBER`)
+VALUES ('151', 0, '151',
+ 'defaultOperator', null, '0', 'D02',
+ 1, 'NORMAL', 0,
+ '151', '上海树维业务管理员', '20001', '151');
+
INSERT INTO `TB_B_ACCOUNT_ORGANIZATION` (`ID`, `DELETED`,
`ROOT_ORGANIZATION_ID`, `ACCOUNT_ID`, `ORGANIZATION_ID`)
-VALUES ('151_1', 0,
- '0', '151', '1');
+VALUES ('151_0', 0,
+ '0', '151', '0');
+/*
INSERT INTO `TB_B_ACCOUNT_LABEL`(`ID`, `DELETED`,
`ACCOUNT_ID`, `LABEL_ID`)
VALUES ('151_1', 0, '151', '1');
+*/
commit;
---- 平台管理员
+-- 平台管理员
INSERT INTO `TB_B_USER` (`ID`, `DELETED`,
`UID`, `PASSWORD`, `NAME`, `NAME_SPELLING`, `FULL_NAME_SPELLING`,
`CERTIFICATE_TYPE_ID`, `CERTIFICATE_NUMBER`, `PHONE_NUMBER`, `EMAIL`,
`GENDER_ID`, `NATION_ID`, `COUNTRY_ID`, `ADDRESS_ID`)
-VALUES ('152', 0,
- '152', 'openadmin', '开放平台管理员', 'openadmin', 'openadmin',
- '20001', '152', null, 'openadmin@supwisdom.com',
- '30001', '40001', '50156', '310000');
+VALUES ('13', 0,
+ '13', 'openadmin', '开放平台管理员', 'openadmin', 'openadmin',
+ '20001', '13', null, 'openadmin@supwisdom.com',
+ '30001', '40001', '50156', null);
+
+INSERT INTO `TB_B_SAFETY`(`ID`, `DELETED`, `USER_ID`, `SCORE`, `PASSWORD_SCORE`, `SECURE_EMAIL`, `SECURE_PHONE`)
+VALUES ('13', 0, '13', '0', '0', null, null);
+
INSERT INTO `TB_B_ACCOUNT` (`ID`, `DELETED`, `USER_ID`,
`ACCOUNT_NAME`, `ACCOUNT_EXPIRY_DATE`, `ORGANIZATION_ID`, `IDENTITY_TYPE_ID`,
- `ACTIVATION`, `STATE`, `IS_DATA_CENTER`, `CERTIFICATE_TYPE_ID`, `CERTIFICATE_NUMBER`, `USER_NAME`)
-VALUES ('152', 0, '152',
- 'openadmin', null, '1', 'D02',
- 1, 'NORMAL', 0, '20001', '152', '开放平台管理员');
-
-
-INSERT INTO `TB_B_SAFETY`(`ID`, `DELETED`, `USER_ID`, `SCORE`, `PASSWORD_SCORE`, `SECURE_EMAIL`, `SECURE_PHONE`)
-VALUES ('152', 0, '152', '0', '0', null, null);
+ `ACTIVATION`, `STATE`, `IS_DATA_CENTER`,
+ `USER_UID`, `USER_NAME`, `CERTIFICATE_TYPE_ID`, `CERTIFICATE_NUMBER`)
+VALUES ('13', 0, '13',
+ 'openadmin', null, '0', 'D02',
+ 1, 'NORMAL', 0,
+ '13', '开放平台管理员', '20001', '13');
INSERT INTO `TB_B_ACCOUNT_ORGANIZATION` (`ID`, `DELETED`,
`ROOT_ORGANIZATION_ID`, `ACCOUNT_ID`, `ORGANIZATION_ID`)
-VALUES ('152_1', 0,
- '0', '152', '1');
+VALUES ('13_0', 0,
+ '0', '13', '0');
+/*
INSERT INTO `TB_B_ACCOUNT_LABEL`(`ID`, `DELETED`,
`ACCOUNT_ID`, `LABEL_ID`)
-VALUES ('152_1', 0, '152', '1');
+VALUES ('13_1', 0, '13', '1');
+*/
-commit;
\ No newline at end of file
+commit;
diff --git a/deploy-manifests/k8s-rancher/open-platform/0.open-platform/0.developer-center-base.yaml b/deploy-manifests/k8s-rancher/open-platform/1.developer-center/0.developer-center-base.yaml
similarity index 100%
rename from deploy-manifests/k8s-rancher/open-platform/0.open-platform/0.developer-center-base.yaml
rename to deploy-manifests/k8s-rancher/open-platform/1.developer-center/0.developer-center-base.yaml
diff --git a/deploy-manifests/k8s-rancher/open-platform/0.open-platform/1.developer-center-env.yaml b/deploy-manifests/k8s-rancher/open-platform/1.developer-center/1.developer-center-env.yaml
similarity index 100%
rename from deploy-manifests/k8s-rancher/open-platform/0.open-platform/1.developer-center-env.yaml
rename to deploy-manifests/k8s-rancher/open-platform/1.developer-center/1.developer-center-env.yaml
diff --git a/deploy-manifests/k8s-rancher/open-platform/0.open-platform/2.developer-center-ingresses.yaml b/deploy-manifests/k8s-rancher/open-platform/1.developer-center/2.developer-center-ingresses.yaml
similarity index 100%
rename from deploy-manifests/k8s-rancher/open-platform/0.open-platform/2.developer-center-ingresses.yaml
rename to deploy-manifests/k8s-rancher/open-platform/1.developer-center/2.developer-center-ingresses.yaml
diff --git a/deploy-manifests/k8s-rancher/open-platform/0.open-platform/4.0.developer-center-backend-installer.yaml b/deploy-manifests/k8s-rancher/open-platform/1.developer-center/4.0.developer-center-backend-installer.yaml
similarity index 100%
rename from deploy-manifests/k8s-rancher/open-platform/0.open-platform/4.0.developer-center-backend-installer.yaml
rename to deploy-manifests/k8s-rancher/open-platform/1.developer-center/4.0.developer-center-backend-installer.yaml
diff --git a/deploy-manifests/k8s-rancher/open-platform/0.open-platform/4.2.developer-center-backend-sa.yaml b/deploy-manifests/k8s-rancher/open-platform/1.developer-center/4.2.developer-center-backend-sa.yaml
similarity index 100%
rename from deploy-manifests/k8s-rancher/open-platform/0.open-platform/4.2.developer-center-backend-sa.yaml
rename to deploy-manifests/k8s-rancher/open-platform/1.developer-center/4.2.developer-center-backend-sa.yaml
diff --git a/deploy-manifests/k8s-rancher/open-platform/0.open-platform/4.4.developer-center-bff.yaml b/deploy-manifests/k8s-rancher/open-platform/1.developer-center/4.4.developer-center-bff.yaml
similarity index 93%
rename from deploy-manifests/k8s-rancher/open-platform/0.open-platform/4.4.developer-center-bff.yaml
rename to deploy-manifests/k8s-rancher/open-platform/1.developer-center/4.4.developer-center-bff.yaml
index fc0be0f..62af260 100644
--- a/deploy-manifests/k8s-rancher/open-platform/0.open-platform/4.4.developer-center-bff.yaml
+++ b/deploy-manifests/k8s-rancher/open-platform/1.developer-center/4.4.developer-center-bff.yaml
@@ -18,7 +18,7 @@
LOGGING_LEVEL_ROOT: INFO
#同环境中backend服务的地址
- DEVELOPER_CENTER_SA_SERVER_URL: http://developer-center-backend-sa-svc.developed-center.svc.cluster.local:8080
+ DEVELOPER_CENTER_SA_SERVER_URL: http://developer-center-backend-sa-svc.developer-center.svc.cluster.local:8080
DEVELOPER_CENTER_SA_CLIENT_AUTH_ENABLED: "false"
# DEVELOPER_CENTER_SA_CLIENT_AUTH_KEY_PASSWORD: ""
# DEVELOPER_CENTER_SA_CLIENT_AUTH_KEYSTORE_FILE: file:/certs/common/common.keystore
@@ -36,7 +36,7 @@
# PLATFORM_OPENAPI_SA_CLIENT_AUTH_TRUSTSTORE_PASSWORD: ""
#同环境中授权服务的地址
- USER_DATA_SERVICE_SERVER_URL: http://user-authorization-sa-svc.user-authorization-service.svc.cluster.local:8080
+ USER_AUTHZ_SA_SERVER_URL: http://user-authorization-sa-svc.user-authorization-service.svc.cluster.local:8080
USER_AUTHZ_SA_CLIENT_AUTH_ENABLED: "false"
# USER_AUTHZ_SA_CLIENT_AUTH_KEY_PASSWORD: ""
# USER_AUTHZ_SA_CLIENT_AUTH_KEYSTORE_FILE: file:/certs/common/common.keystore
@@ -45,7 +45,7 @@
# USER_AUTHZ_SA_CLIENT_AUTH_TRUSTSTORE_PASSWORD: ""
#同环境中用户服务的地址
- USER_AUTHZ_SA_SERVER_URL: http://user-data-service-goa-svc.user-data-service.svc.cluster.local:8080
+ USER_DATA_SERVICE_SERVER_URL: http://user-data-service-goa-svc.user-data-service.svc.cluster.local:8080
USER_DATA_SERVICE_CLIENT_AUTH_ENABLED: "false"
# USER_DATA_SERVICE_CLIENT_AUTH_KEY_PASSWORD: ""
# USER_DATA_SERVICE_CLIENT_AUTH_KEYSTORE_FILE: file:/certs/common/common.keystore
@@ -63,7 +63,7 @@
# CAS_SA_CLIENT_AUTH_TRUSTSTORE_PASSWORD: ""
#同环境中消息服务的地址
- MESSAGE_MANAGER_SA_SERVER_URL: https://message-manager-test.paas.newcapec.cn
+ MESSAGE_MANAGER_SA_SERVER_URL: http://message-manager.paas.newcapec.cn
MESSAGE_MANAGER_SA_CLIENT_AUTH_ENABLED: "false"
# MESSAGE_MANAGER_SA_AUTH_KEY_PASSWORD: ""
# MESSAGE_MANAGER_SA_AUTH_KEYSTORE_FILE: file:/certs/common/common.keystore
@@ -81,7 +81,7 @@
# MINIO_SA_CLIENT_AUTH_TRUSTSTORE_PASSWORD: ""
#本服务依赖到的文件上传服务
- TPAS_FILE_API_URL: http://agent-service-svc.thirdparty-agent-service-test.svc.cluster.local:8080/api/v1/tpas/file/minio
+ TPAS_FILE_API_URL: http://agent-service-svc.thirdparty-agent-service.svc.cluster.local:8080/api/v1/tpas/file/minio
TPAS_CLIENT_AUTH_ENABLED: "false"
#TPAS_CLIENT_AUTH_KEY_PASSWORD: ""
#TPAS_CLIENT_AUTH_KEYSTORE_FILE: file:/certs/client/client.keystore
diff --git a/deploy-manifests/k8s-rancher/open-platform/0.open-platform/4.5.developer-center-gateway-zuul.yaml b/deploy-manifests/k8s-rancher/open-platform/1.developer-center/4.5.developer-center-gateway-zuul.yaml
similarity index 100%
rename from deploy-manifests/k8s-rancher/open-platform/0.open-platform/4.5.developer-center-gateway-zuul.yaml
rename to deploy-manifests/k8s-rancher/open-platform/1.developer-center/4.5.developer-center-gateway-zuul.yaml
diff --git a/deploy-manifests/k8s-rancher/open-platform/0.open-platform/4.9.developer-center-admin-ui.yaml b/deploy-manifests/k8s-rancher/open-platform/1.developer-center/4.9.developer-center-admin-ui.yaml
similarity index 100%
rename from deploy-manifests/k8s-rancher/open-platform/0.open-platform/4.9.developer-center-admin-ui.yaml
rename to deploy-manifests/k8s-rancher/open-platform/1.developer-center/4.9.developer-center-admin-ui.yaml
diff --git a/deploy-manifests/k8s-rancher/open-platform/0.open-platform/4.9.developer-center-portal-ui.yaml b/deploy-manifests/k8s-rancher/open-platform/1.developer-center/4.9.developer-center-portal-ui.yaml
similarity index 100%
rename from deploy-manifests/k8s-rancher/open-platform/0.open-platform/4.9.developer-center-portal-ui.yaml
rename to deploy-manifests/k8s-rancher/open-platform/1.developer-center/4.9.developer-center-portal-ui.yaml
diff --git a/deploy-manifests/k8s-rancher/open-platform/1.minio-sa/01-namespace.yaml b/deploy-manifests/k8s-rancher/open-platform/2.minio-sa/01-namespace.yaml
similarity index 100%
rename from deploy-manifests/k8s-rancher/open-platform/1.minio-sa/01-namespace.yaml
rename to deploy-manifests/k8s-rancher/open-platform/2.minio-sa/01-namespace.yaml
diff --git a/deploy-manifests/k8s-rancher/open-platform/1.minio-sa/02-registry.yaml b/deploy-manifests/k8s-rancher/open-platform/2.minio-sa/02-registry.yaml
similarity index 100%
rename from deploy-manifests/k8s-rancher/open-platform/1.minio-sa/02-registry.yaml
rename to deploy-manifests/k8s-rancher/open-platform/2.minio-sa/02-registry.yaml
diff --git a/deploy-manifests/k8s-rancher/open-platform/1.minio-sa/03-1-configmap.yaml b/deploy-manifests/k8s-rancher/open-platform/2.minio-sa/03-1-configmap.yaml
similarity index 100%
rename from deploy-manifests/k8s-rancher/open-platform/1.minio-sa/03-1-configmap.yaml
rename to deploy-manifests/k8s-rancher/open-platform/2.minio-sa/03-1-configmap.yaml
diff --git a/deploy-manifests/k8s-rancher/open-platform/1.minio-sa/03-2-secret.yaml b/deploy-manifests/k8s-rancher/open-platform/2.minio-sa/03-2-secret.yaml
similarity index 100%
rename from deploy-manifests/k8s-rancher/open-platform/1.minio-sa/03-2-secret.yaml
rename to deploy-manifests/k8s-rancher/open-platform/2.minio-sa/03-2-secret.yaml
diff --git a/deploy-manifests/k8s-rancher/open-platform/1.minio-sa/03-3-svc.yaml b/deploy-manifests/k8s-rancher/open-platform/2.minio-sa/03-3-svc.yaml
similarity index 100%
rename from deploy-manifests/k8s-rancher/open-platform/1.minio-sa/03-3-svc.yaml
rename to deploy-manifests/k8s-rancher/open-platform/2.minio-sa/03-3-svc.yaml
diff --git a/deploy-manifests/k8s-rancher/open-platform/1.minio-sa/03-4-deployment.yaml b/deploy-manifests/k8s-rancher/open-platform/2.minio-sa/03-4-deployment.yaml
similarity index 100%
rename from deploy-manifests/k8s-rancher/open-platform/1.minio-sa/03-4-deployment.yaml
rename to deploy-manifests/k8s-rancher/open-platform/2.minio-sa/03-4-deployment.yaml
diff --git a/deploy-manifests/k8s-rancher/open-platform/1.minio-sa/04-ingress.yaml b/deploy-manifests/k8s-rancher/open-platform/2.minio-sa/04-ingress.yaml
similarity index 100%
rename from deploy-manifests/k8s-rancher/open-platform/1.minio-sa/04-ingress.yaml
rename to deploy-manifests/k8s-rancher/open-platform/2.minio-sa/04-ingress.yaml