- Opzet cluster werkt

- Opstart redis en minio werkt
- Bezig om eigenlijke apps op te starten ... werkt nog niet.
This commit is contained in:
Josako
2025-08-19 18:08:59 +02:00
parent 84a9334c80
commit d6a2635e50
15 changed files with 574 additions and 602 deletions

View File

@@ -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: