Commit da7cc154 by wangtingwei

autodl测试域名切换为正式域名

1 parent 93e3c576
Showing with 12 additions and 12 deletions
......@@ -11,48 +11,48 @@ metadata:
spec:
tls:
- hosts:
- admin-test.autodl.com
- admin-backend-test.autodl.com
- proxy-test.autodl.com
- fs-test.autodl.com
- api-test.autodl.com
- www-test.autodl.com
- admin.autodl.com
- admin-backend.autodl.com
- proxy.autodl.com
- fs.autodl.com
- api.autodl.com
- www.autodl.com
- user-frontend.autodl.com
- user-backend.autodl.com
- core-nginx.autodl.com
secretName: autodl-secret
rules:
- host: www-test.autodl.com
- host: www.autodl.com
http:
paths:
- backend:
serviceName: autodl--frontend
servicePort: 80 #port
- host: api-test.autodl.com
- host: api.autodl.com
http:
paths:
- backend:
serviceName: autodl--nginx
servicePort: 30091
- host: fs-test.autodl.com
- host: fs.autodl.com
http:
paths:
- backend:
serviceName: autodl--nginx
servicePort: 30093
- host: admin-test.autodl.com
- host: admin.autodl.com
http:
paths:
- backend:
serviceName: autodl--admin-frontend
servicePort: 80 #port
- host: admin-backend-test.autodl.com
- host: admin-backend.autodl.com
http:
paths:
- backend:
serviceName: autodl--nginx
servicePort: 30092
- host: proxy-test.autodl.com
- host: proxy.autodl.com
http:
paths:
- backend:
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!