blob: 354aeeb7d04ddaa731ff52c2682b02083df72fd4 [file] [log] [blame]
刘洪青fbf49232020-09-29 17:48:43 +08001# 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