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 618dc48 commit bc68637Copy full SHA for bc68637
charts/nginx-ingress/values.yaml
@@ -664,13 +664,13 @@ nginxServiceMesh:
664
665
nginxAgent:
666
## Enables NGINX Agent.
667
- enable: false
+ enable: true
668
logLevel: "info"
669
670
# Agent V3 configuration
671
- # Dataplane key is required to authenticate NGINX Agent with NGINX One Console
672
- dataplaneKeySecretName: ""
673
- endpointHost: "product.connect.nginx.com"
+ # Dataplane key is required to authenticate the agent with NGINX One Console
+ dataplaneKeySecretName: "dataplane-key"
+ endpointHost: "agent.connect.nginxlab.net"
674
endpointPort: 443
675
tlsSkipVerify: false
676
0 commit comments