Skip to content

Commit 72e461a

Browse files
Update agent endpoint (#8029)
1 parent c17e51b commit 72e461a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/nginx-ingress/values.schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2333,10 +2333,10 @@
23332333
},
23342334
"endpointHost": {
23352335
"type": "string",
2336-
"default": "product.connect.nginx.com",
2337-
"title": "FQDN or IP for connecting to NGINX One SaaS Console",
2336+
"default": "agent.connect.nginx.com",
2337+
"title": "FQDN or IP for connecting to NGINX One Console",
23382338
"examples": [
2339-
"product.connect.nginx.com"
2339+
"agent.connect.nginx.com"
23402340
]
23412341
},
23422342
"endpointPort": {

charts/nginx-ingress/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ nginxAgent:
670670
# Agent V3 configuration
671671
# Dataplane key is required to authenticate NGINX Agent with NGINX One Console
672672
dataplaneKeySecretName: ""
673-
endpointHost: "product.connect.nginx.com"
673+
endpointHost: "agent.connect.nginx.com"
674674
endpointPort: 443
675675
tlsSkipVerify: false
676676

0 commit comments

Comments
 (0)