Skip to content

Commit

Permalink
Merge branch 'dev' into prod
Browse files Browse the repository at this point in the history
  • Loading branch information
NotChristianGarcia committed Dec 10, 2024
2 parents 26ee27c + 366eccc commit 842eec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/health_central.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 842eec0

Please sign in to comment.