Skip to content

Commit 3ac39b8

Browse files
authored
Clean up Agent values file and tests (#7758)
1 parent c07da1c commit 3ac39b8

File tree

8 files changed

+1248
-61
lines changed

8 files changed

+1248
-61
lines changed

.github/data/matrix-smoke-nap.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"image": "debian-plus-nap",
7070
"type": "plus",
7171
"nap_modules": "waf",
72-
"marker": "agent",
72+
"marker": "agentv2",
7373
"platforms": "linux/amd64"
7474
}
7575
],

charts/nginx-ingress/values.yaml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -665,27 +665,29 @@ nginxServiceMesh:
665665
nginxAgent:
666666
## Enables NGINX Agent.
667667
enable: false
668+
logLevel: "error"
669+
670+
# Agent V2 configuration
668671
## If nginxAgent.instanceGroup is not set the value of nginx-ingress.controller.fullname will be used
669672
instanceGroup: ""
670-
logLevel: "error"
671-
## Syslog listener which NGINX Agent uses to accept messages from App Protect WAF
672-
syslog:
673-
host: "127.0.0.1"
674-
port: 1514
675-
napMonitoring:
676-
collectorBufferSize: 50000
677-
processorBufferSize: 50000
678673
instanceManager:
679674
# FQDN or IP for connecting to NGINX Instance Manager, e.g. nim.example.com
680675
host: ""
681676
grpcPort: 443
682-
sni: ""
683677
tls:
684678
enabled: true
685679
skipVerify: false
686680
## kubernetes.io/tls secret with a TLS certificate and key for using mTLS between NGINX Agent and Instance Manager
687681
secret: ""
688682
## nginx.org/ca secret for verification of Instance Manager TLS
689683
caSecret: ""
684+
sni: ""
685+
## Syslog listener which NGINX Agent uses to accept messages from App Protect WAF
686+
syslog:
687+
host: "127.0.0.1"
688+
port: 1514
689+
napMonitoring:
690+
collectorBufferSize: 50000
691+
processorBufferSize: 50000
690692
## The name of a custom ConfigMap to use instead of the one provided by default
691693
customConfigMap: ""

0 commit comments

Comments
 (0)