Update block.py
All checks were successful
Build and Push Docker Image / test (push) Successful in 9s
Build and Push Docker Image / build_and_push (push) Successful in 19s

This commit is contained in:
admin user 2025-03-13 00:51:46 +00:00
parent 6d94849e2d
commit 43e4c2f412

View File

@ -12,7 +12,7 @@ logger = logging.getLogger(__name__)
# API URLs # API URLs
# base_url = "http://localhost:8080/api/v1/clusters" # 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" cluster_name = "cluster_deviceid_email_fuzzydevice_direct_new"
url_post = f"{base_url}/{cluster_name}/records" url_post = f"{base_url}/{cluster_name}/records"
url_get = f"{base_url}/{cluster_name}/record" url_get = f"{base_url}/{cluster_name}/record"