Remove load balancer infra for logs collector #1243
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
When 6662158 is deployed, we no longer need an infrastructure provisioning load balancer for the logs collector.
Note
Removes the external logs collector load balancer and wiring, dropping related vars/outputs/firewalls and adding logs port defaults in the Nomad module.
google_compute_global_address.orch_logs_ip
,module.gce_lb_http_logs
, logs collector firewall rule, andgoogle_compute_security_policy.disable-bots-log-collector
innomad-cluster/network
.network/outputs.tf
) andnomad-cluster/outputs.tf
exposure.logs_proxy_port
/logs_health_proxy_port
variables fromnomad-cluster/network/variables.tf
andnomad-cluster/variables.tf
.named_port
entries for logs fromnomad-cluster/nodepool-client.tf
.logs_proxy_port
andlogs_health_proxy_port
throughprovider-gcp/main.tf
intonomad-cluster
andnomad
.logs_proxy_port
andlogs_health_proxy_port
iniac/provider-gcp/nomad/variables.tf
.nomad_port
innomad-cluster/main.tf
(re-added line).Written by Cursor Bugbot for commit 92954f0. This will update automatically on new commits. Configure here.