Code Review
/
institute
/
deploy-authx-service.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
354aeeb7d04ddaa731ff52c2682b02083df72fd4
[institute/deploy-authx-service.git]
/
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