- Opzet cluster werkt
- Opstart redis en minio werkt - Bezig om eigenlijke apps op te starten ... werkt nog niet.
This commit is contained in:
@@ -22,7 +22,7 @@ spec:
|
||||
paths:
|
||||
# Static files - hoogste prioriteit
|
||||
- path: /static(/|$)(.*)
|
||||
pathType: Prefix
|
||||
pathType: ImplementationSpecific
|
||||
backend:
|
||||
service:
|
||||
name: static-files-service
|
||||
@@ -31,7 +31,7 @@ spec:
|
||||
|
||||
# Admin interface
|
||||
- path: /admin(/|$)(.*)
|
||||
pathType: Prefix
|
||||
pathType: ImplementationSpecific
|
||||
backend:
|
||||
service:
|
||||
name: eveai-app-service
|
||||
@@ -40,7 +40,7 @@ spec:
|
||||
|
||||
# API endpoints
|
||||
- path: /api(/|$)(.*)
|
||||
pathType: Prefix
|
||||
pathType: ImplementationSpecific
|
||||
backend:
|
||||
service:
|
||||
name: eveai-api-service
|
||||
@@ -49,7 +49,7 @@ spec:
|
||||
|
||||
# Chat client
|
||||
- path: /chat-client(/|$)(.*)
|
||||
pathType: Prefix
|
||||
pathType: ImplementationSpecific
|
||||
backend:
|
||||
service:
|
||||
name: eveai-chat-client-service
|
||||
@@ -57,7 +57,7 @@ spec:
|
||||
number: 5004
|
||||
|
||||
# Root redirect naar admin (exact match)
|
||||
- path: /()
|
||||
- path: /
|
||||
pathType: Exact
|
||||
backend:
|
||||
service:
|
||||
|
||||
Reference in New Issue
Block a user