traefik update services configs

This commit is contained in:
Arlan Lloyd 2025-10-30 02:37:36 +00:00 committed by Zoe Roux
parent c495589927
commit 5bf4d70623
No known key found for this signature in database

View File

@ -47,13 +47,25 @@ data:
authResponseHeaders: authResponseHeaders:
- Authorization - Authorization
services: services:
phantomtest-api: back:
loadBalancer: loadBalancer:
servers: servers:
- url: http://phantomtest-api:3000/ - url: http://{{ include "kyoo.back.fullname" . }}:5000/
phantomtest-auth: front:
loadBalancer: loadBalancer:
servers: servers:
- url: http://phantomtest-auth:8080/ - url: http://{{ include "kyoo.front.fullname" . }}:8901/
transcoder:
loadBalancer:
servers:
- url: http://{{ include "kyoo.transcoder.fullname" . }}:7666/
auth:
loadBalancer:
servers:
- url: http://{{ include "kyoo.auth.fullname" . }}:4568/
scanner:
loadBalancer:
servers:
- url: http://{{ include "kyoo.scanner.fullname" . }}:4389/
{{- end }} {{- end }}
{{- end }} {{- end }}