fix: k8s deployment
diff --git a/config-ui/Dockerfile b/config-ui/Dockerfile
index 7b1418e..8bdbfa1 100644
--- a/config-ui/Dockerfile
+++ b/config-ui/Dockerfile
@@ -45,4 +45,4 @@
 COPY ./nginx.sh /usr/bin/nginx.sh
 RUN chmod +x /usr/bin/nginx.sh
 USER 101
-CMD nginx.sh
+#CMD nginx.sh
diff --git a/config-ui/nginx.conf b/config-ui/nginx.conf
index a456fef..5de4c3b 100644
--- a/config-ui/nginx.conf
+++ b/config-ui/nginx.conf
@@ -26,6 +26,6 @@
     rewrite /grafana/(.*) /$1  break;
     proxy_send_timeout 10s;
     proxy_read_timeout 10s;
-    proxy_pass http://54.202.190.6:30402;
+    proxy_pass http://$target;
   }
 }