Skip to content

Commit c4b5b19

Browse files
pdabelf5AlexFenlon
andauthored
Update agent endpoint (#8028)
* Update agent endpoint * Update charts/nginx-ingress/values.schema.json Co-authored-by: AlexFenlon <[email protected]> Signed-off-by: Paul Abel <[email protected]> --------- Signed-off-by: Paul Abel <[email protected]> Co-authored-by: AlexFenlon <[email protected]>
1 parent e53439b commit c4b5b19

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
@@ -2425,10 +2425,10 @@
24252425
},
24262426
"endpointHost": {
24272427
"type": "string",
2428-
"default": "product.connect.nginx.com",
2429-
"title": "FQDN or IP for connecting to NGINX One SaaS Console",
2428+
"default": "agent.connect.nginx.com",
2429+
"title": "FQDN or IP for connecting to NGINX One Console",
24302430
"examples": [
2431-
"product.connect.nginx.com"
2431+
"agent.connect.nginx.com"
24322432
]
24332433
},
24342434
"endpointPort": {

charts/nginx-ingress/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ nginxAgent:
696696
# Agent V3 configuration
697697
# Dataplane key is required to authenticate NGINX Agent with NGINX One Console
698698
dataplaneKeySecretName: ""
699-
endpointHost: "product.connect.nginx.com"
699+
endpointHost: "agent.connect.nginx.com"
700700
endpointPort: 443
701701
tlsSkipVerify: false
702702

0 commit comments

Comments
 (0)