Remove legacy eventhub.local hosts and switch to dev/ift/stage
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -48,11 +48,6 @@ http:
|
||||
|
||||
routers:
|
||||
# Пользовательский REST API
|
||||
api:
|
||||
rule: "Host(`api.eventhub.local`)"
|
||||
entryPoints: ["web"]
|
||||
middlewares: ["redirect-to-https", "strip-api-prefix", "api-ratelimit", "waf"]
|
||||
service: "api"
|
||||
api-dev:
|
||||
rule: "Host(`api.dev.eventhub.local`)"
|
||||
entryPoints: ["web"]
|
||||
@@ -86,19 +81,8 @@ http:
|
||||
tls: true
|
||||
middlewares: ["strip-api-prefix", "api-ratelimit", "waf"]
|
||||
service: "api"
|
||||
api-secure:
|
||||
rule: "Host(`api.eventhub.local`)"
|
||||
entryPoints: ["websecure"]
|
||||
tls: true
|
||||
middlewares: ["strip-api-prefix", "api-ratelimit", "waf"]
|
||||
service: "api"
|
||||
|
||||
# Пользовательский WebSocket
|
||||
ws:
|
||||
rule: "Host(`ws.eventhub.local`)"
|
||||
entryPoints: ["web"]
|
||||
middlewares: ["redirect-to-https"]
|
||||
service: "ws"
|
||||
ws-dev:
|
||||
rule: "Host(`ws.dev.eventhub.local`)"
|
||||
entryPoints: ["web"]
|
||||
@@ -129,18 +113,8 @@ http:
|
||||
entryPoints: ["websecure"]
|
||||
tls: true
|
||||
service: "ws"
|
||||
ws-secure:
|
||||
rule: "Host(`ws.eventhub.local`)"
|
||||
entryPoints: ["websecure"]
|
||||
tls: true
|
||||
service: "ws"
|
||||
|
||||
# Админский REST API
|
||||
admin-api:
|
||||
rule: "Host(`admin-api.eventhub.local`)"
|
||||
entryPoints: ["web"]
|
||||
middlewares: ["redirect-to-https", "strip-api-prefix", "admin-ratelimit", "waf"]
|
||||
service: "admin-api"
|
||||
admin-api-dev:
|
||||
rule: "Host(`admin-api.dev.eventhub.local`)"
|
||||
entryPoints: ["web"]
|
||||
@@ -174,19 +148,8 @@ http:
|
||||
tls: true
|
||||
middlewares: ["strip-api-prefix", "admin-ratelimit", "waf"]
|
||||
service: "admin-api"
|
||||
admin-api-secure:
|
||||
rule: "Host(`admin-api.eventhub.local`)"
|
||||
entryPoints: ["websecure"]
|
||||
tls: true
|
||||
middlewares: ["strip-api-prefix", "admin-ratelimit", "waf"]
|
||||
service: "admin-api"
|
||||
|
||||
# Админский WebSocket
|
||||
admin-ws:
|
||||
rule: "Host(`admin-ws.eventhub.local`)"
|
||||
entryPoints: ["web"]
|
||||
middlewares: ["redirect-to-https"]
|
||||
service: "admin-ws"
|
||||
admin-ws-dev:
|
||||
rule: "Host(`admin-ws.dev.eventhub.local`)"
|
||||
entryPoints: ["web"]
|
||||
@@ -217,18 +180,8 @@ http:
|
||||
entryPoints: ["websecure"]
|
||||
tls: true
|
||||
service: "admin-ws"
|
||||
admin-ws-secure:
|
||||
rule: "Host(`admin-ws.eventhub.local`)"
|
||||
entryPoints: ["websecure"]
|
||||
tls: true
|
||||
service: "admin-ws"
|
||||
|
||||
# Админский UI
|
||||
admin-ui:
|
||||
rule: "Host(`admin-ui.eventhub.local`)"
|
||||
entryPoints: ["web"]
|
||||
middlewares: ["redirect-to-https"]
|
||||
service: "admin-ui-service"
|
||||
admin-ui-dev:
|
||||
rule: "Host(`admin-ui.dev.eventhub.local`)"
|
||||
entryPoints: ["web"]
|
||||
@@ -259,18 +212,8 @@ http:
|
||||
entryPoints: ["websecure"]
|
||||
tls: true
|
||||
service: "admin-ui-service"
|
||||
admin-ui-secure:
|
||||
rule: "Host(`admin-ui.eventhub.local`)"
|
||||
entryPoints: ["websecure"]
|
||||
tls: true
|
||||
service: "admin-ui-service"
|
||||
|
||||
# Клиентский UI
|
||||
client-ui:
|
||||
rule: "Host(`ui.eventhub.local`)"
|
||||
entryPoints: ["web"]
|
||||
middlewares: ["redirect-to-https"]
|
||||
service: "client-ui-service"
|
||||
client-ui-dev:
|
||||
rule: "Host(`ui.dev.eventhub.local`)"
|
||||
entryPoints: ["web"]
|
||||
@@ -301,11 +244,6 @@ http:
|
||||
entryPoints: ["websecure"]
|
||||
tls: true
|
||||
service: "client-ui-service"
|
||||
client-ui-secure:
|
||||
rule: "Host(`ui.eventhub.local`)"
|
||||
entryPoints: ["websecure"]
|
||||
tls: true
|
||||
service: "client-ui-service"
|
||||
|
||||
services:
|
||||
api:
|
||||
|
||||
Reference in New Issue
Block a user