use short names

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

View File

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