Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/nginx-ingress/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2425,10 +2425,10 @@
},
"endpointHost": {
"type": "string",
"default": "product.connect.nginx.com",
"title": "FQDN or IP for connecting to NGINX One SaaS Console",
"default": "agent.connect.nginx.com",
"title": "FQDN or IP for connecting to NGINX One Console",
"examples": [
"product.connect.nginx.com"
"agent.connect.nginx.com"
]
},
"endpointPort": {
Expand Down
2 changes: 1 addition & 1 deletion charts/nginx-ingress/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ nginxAgent:
# Agent V3 configuration
# Dataplane key is required to authenticate NGINX Agent with NGINX One Console
dataplaneKeySecretName: ""
endpointHost: "product.connect.nginx.com"
endpointHost: "agent.connect.nginx.com"
endpointPort: 443
tlsSkipVerify: false

Expand Down