-
Notifications
You must be signed in to change notification settings - Fork 718
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dev-v2.8] Forward ports neuvector-monitor 102.0.9+up2.7.6 (#3798)
- Loading branch information
Showing
15 changed files
with
2,427 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
annotations: | ||
catalog.cattle.io/certified: rancher | ||
catalog.cattle.io/display-name: NeuVector Monitor | ||
catalog.cattle.io/kube-version: '>=1.18.0-0 < 1.29.0-0' | ||
catalog.cattle.io/namespace: cattle-neuvector-system | ||
catalog.cattle.io/os: linux | ||
catalog.cattle.io/permits-os: linux | ||
catalog.cattle.io/provides-gvr: neuvector.com/v1 | ||
catalog.cattle.io/rancher-version: '>= 2.7.0-0 < 2.8.0-0' | ||
catalog.cattle.io/release-name: neuvector-monitor | ||
catalog.cattle.io/type: cluster-tool | ||
catalog.cattle.io/upstream-version: 2.7.6 | ||
apiVersion: v1 | ||
appVersion: 5.3.2 | ||
description: Helm feature chart (optional) add-on to NeuVector for monitoring with | ||
Prometheus/Grafana. | ||
home: https://neuvector.com | ||
icon: https://avatars2.githubusercontent.com/u/19367275?s=200&v=4 | ||
keywords: | ||
- security | ||
maintainers: | ||
- email: support@neuvector.com | ||
name: becitsthere | ||
name: neuvector-monitor | ||
sources: | ||
- https://github.com/neuvector/neuvector | ||
version: 102.0.9+up2.7.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# NeuVector Helm Chart | ||
|
||
Helm chart for NeuVector's monitoring services. | ||
|
||
## Configuration | ||
|
||
The following table lists the configurable parameters of the NeuVector chart and their default values. | ||
|
||
Parameter | Description | Default | Notes | ||
--------- | ----------- | ------- | ----- | ||
`registry` | NeuVector container registry | `registry.neuvector.com` | | ||
`oem` | OEM release name | `nil` | | ||
`leastPrivilege` | Assume monitor chart is always installed after the core chart, so service accounts created by the core chart will be used. Keep this value as same as in the core chart. | `false` | | ||
`exporter.enabled` | If true, create Prometheus exporter | `false` | | ||
`exporter.image.repository` | exporter image name | `neuvector/prometheus-exporter` | | ||
`exporter.image.tag` | exporter image tag | `latest` | | ||
`exporter.ctrlSecretName` | existing secret that have CTRL_USERNAME and CTRL_PASSWORD fields to login to the controller. | `nil` | if parameter exists then `exporter.CTRL_USERNAME` & `exporter.CTRL_PASSWORD` will be skipped | ||
`exporter.CTRL_USERNAME` | Username to login to the controller. Suggest to replace the default admin user to a read-only user | `admin` | | ||
`exporter.CTRL_PASSWORD` | Password to login to the controller. | `admin` | | ||
`exporter.enforcerStats.enabled` | If true, enable the Enforcers stats | `false` | For the performance reason, by default the exporter does NOT pull CPU/memory usage from enforcers. | ||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
### Run-Time Protection Without Compromise | ||
|
||
NeuVector delivers a complete run-time security solution with container process/file system protection and vulnerability scanning combined with the only true Layer 7 container firewall. Protect sensitive data with a complete container security platform. | ||
|
||
Helm chart for NeuVector's monitoring services. Please make sure REST API service for controller in core chart is enabled. |
Oops, something went wrong.