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 7a0ed47 commit d12b786Copy full SHA for d12b786
1 file changed
charts/pipeline-control-gateway/values.yaml
@@ -71,7 +71,7 @@ autoscaling:
71
targetCPUUtilizationPercentage: 60
72
73
ports:
74
- nrHttp: 80
+ nrHttp: 8080
75
otlpHttp: 4318
76
otlpGrpc: 4317
77
healthHttp: 13133
@@ -210,7 +210,7 @@ generated:
210
proxy: false
211
enable_runtime_metrics: true
212
server:
213
- endpoint: "0.0.0.0:80"
+ endpoint: "0.0.0.0:8080"
214
nr_host: "staging-collector.newrelic.com"
215
endpoints:
216
infra_event_api_endpoint: "https://staging-infra-api.newrelic.com"
0 commit comments