fix ingress

This commit is contained in:
2025-06-02 00:24:26 +02:00
parent 624b2bb1b8
commit 7f22d664bb
3 changed files with 32 additions and 11 deletions

View File

@@ -30,17 +30,6 @@ spec:
port:
number: 80
# ┌──────────────────────────────────────────────────────────────────────────────┐
# │ 2) GoTrue (auth) exposed under /gotrue │
# └──────────────────────────────────────────────────────────────────────────────┘
- path: /gotrue
pathType: Prefix
backend:
service:
name: gotrue
port:
number: 9999
# ┌──────────────────────────────────────────────────────────────────────────────┐
# │ 3) AppFlowy-Cloud API & Web │
# • If you want API served on /api, and the static Web on / │