From d1ad8fc440dedc1be0016adcfdb81bdbc7f1bc3c Mon Sep 17 00:00:00 2001 From: William P Date: Sun, 26 Oct 2025 22:28:25 -0400 Subject: [PATCH] netmaker: fix ui --- netmaker/ui/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netmaker/ui/deployment.yaml b/netmaker/ui/deployment.yaml index 7f25b2d..4834b7c 100644 --- a/netmaker/ui/deployment.yaml +++ b/netmaker/ui/deployment.yaml @@ -17,5 +17,5 @@ spec: image: gravitl/netmaker-ui:v1.1.0 env: - name: BACKEND_URL - value: 'https://api.netmaker-test.infra.dubyatp.xyz' + value: 'https://api.netmaker.infra.dubyatp.xyz' terminationGracePeriodSeconds: 15 \ No newline at end of file