From c49558992768732c0e0efa32d1491f5608b6e980 Mon Sep 17 00:00:00 2001 From: Arlan Lloyd Date: Thu, 30 Oct 2025 02:21:58 +0000 Subject: [PATCH] use short names --- chart/templates/traefikproxy/configmap.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/templates/traefikproxy/configmap.yaml b/chart/templates/traefikproxy/configmap.yaml index 120b48c5..f28d3800 100644 --- a/chart/templates/traefikproxy/configmap.yaml +++ b/chart/templates/traefikproxy/configmap.yaml @@ -50,10 +50,10 @@ data: phantomtest-api: loadBalancer: servers: - - url: http://phantomtest-api.phantomtest.svc.cluster.local:3000/ + - url: http://phantomtest-api:3000/ phantomtest-auth: loadBalancer: servers: - - url: http://phantomtest-auth.phantomtest.svc.cluster.local:8080/ + - url: http://phantomtest-auth:8080/ {{- end }} {{- end }} \ No newline at end of file