diff --git a/service/health_central.py b/service/health_central.py index 1cf85af..9ad5b23 100644 --- a/service/health_central.py +++ b/service/health_central.py @@ -205,7 +205,7 @@ def set_traefik_proxy(): # logger.critical(f"TRAINING22-input_pod.tenant_id: {input_pod.tenant_id}, input_pod.site_id: {input_pod.site_id}") pod = combine_pod_and_template_recursively(input_pod, input_pod.template, tenant=input_pod.tenant_id, site=input_pod.site_id) # logger.critical(f"TRAINING22-pod: HERE?") - logger.critical(f"TRAINNNED-pod: {pod}") + #logger.critical(f"TRAINNNED-pod: {pod}") # Each pod can have up to 3 networking objects with custom filled port/protocol/name for net_name, net_info in pod.networking.items(): if not isinstance(net_info, dict):