| # communicate-center-ingresses.yaml | |
| # 暂时不使用,直接使用内部地址 | |
| # --- | |
| # apiVersion: extensions/v1beta1 | |
| # kind: Ingress | |
| # metadata: | |
| # namespace: communicate-center-test | |
| # name: communicate-center-api-ingress | |
| # spec: | |
| # rules: | |
| # # 修改为学校的根域名 | |
| # - host: communicate-center-api.paas.xxx.edu.cn | |
| # http: | |
| # paths: | |
| # - path: / | |
| # backend: | |
| # serviceName: communicate-center-poa-svc | |
| # servicePort: http |