刘洪青 | 4720585 | 2020-08-14 13:39:30 +0800 | [diff] [blame^] | 1 | # communicate-center-ingresses.yaml |
2 | |||||
3 | # 暂时不使用,直接使用内部地址 | ||||
4 | # --- | ||||
5 | # apiVersion: extensions/v1beta1 | ||||
6 | # kind: Ingress | ||||
7 | # metadata: | ||||
8 | # namespace: communicate-center | ||||
9 | # name: communicate-center-api-ingress | ||||
10 | # spec: | ||||
11 | # rules: | ||||
12 | # # 修改为学校的根域名 | ||||
13 | # - host: communicate-center-api.paas.xxx.edu.cn | ||||
14 | # http: | ||||
15 | # paths: | ||||
16 | # - path: / | ||||
17 | # backend: | ||||
18 | # serviceName: communicate-center-poa-svc | ||||
19 | # servicePort: http |