diff --git a/block.py b/block.py index 74af462..d56597f 100644 --- a/block.py +++ b/block.py @@ -12,7 +12,7 @@ logger = logging.getLogger(__name__) # API URLs # base_url = "http://localhost:8080/api/v1/clusters" -base_url = "http://centurion-mlgraph.default.svc.cluster.local:8080/api/v1/clusters" +base_url = "http://centurion-mlg.default.svc.cluster.local:8080/api/v1/clusters" cluster_name = "cluster_deviceid_email_fuzzydevice_direct_new" url_post = f"{base_url}/{cluster_name}/records" url_get = f"{base_url}/{cluster_name}/record"