We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe22bf commit f88a978Copy full SHA for f88a978
iac/provider-gcp/nomad/jobs/edge.hcl
@@ -122,8 +122,8 @@ job "client-proxy" {
122
123
ENVIRONMENT = "${environment}"
124
125
- // use legacy dns resolution for orchestrator services
126
- USE_PROXY_CATALOG_RESOLUTION = "false"
+ USE_CATALOG_RESOLUTION = "true"
+ USE_DNS_RESOLUTION = "true"
127
128
OTEL_COLLECTOR_GRPC_ENDPOINT = "${otel_collector_grpc_endpoint}"
129
LOGS_COLLECTOR_ADDRESS = "${logs_collector_address}"
0 commit comments