feat(deploy): update ingress rules and add media supply configuration
Deployment Config CI / Deployment Config (push) Successful in 12s

This commit is contained in:
2026-05-31 11:14:06 +08:00
parent 8ea4a2ffff
commit 430a83e8dd
5 changed files with 86 additions and 2 deletions
+12 -2
View File
@@ -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