feat(deploy): update ingress rules and add media supply configuration
Deployment Config CI / Deployment Config (push) Successful in 12s
Deployment Config CI / Deployment Config (push) Successful in 12s
This commit is contained in:
+12
-2
@@ -7,7 +7,7 @@ metadata:
|
||||
spec:
|
||||
ingressClassName: traefik
|
||||
rules:
|
||||
- host: geo-rankly.local
|
||||
- host: saas.shengxintui.com
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
@@ -17,7 +17,7 @@ spec:
|
||||
name: frontend
|
||||
port:
|
||||
number: 80
|
||||
- host: ops.geo-rankly.local
|
||||
- host: ops.shengxintui.com
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
@@ -27,3 +27,13 @@ spec:
|
||||
name: ops-web
|
||||
port:
|
||||
number: 80
|
||||
- host: api.shengxintui.com
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: tenant-api
|
||||
port:
|
||||
number: 8080
|
||||
|
||||
Reference in New Issue
Block a user