-
Notifications
You must be signed in to change notification settings - Fork 137
Expand file tree
/
Copy pathvalues.yaml
More file actions
63 lines (58 loc) · 1.98 KB
/
Copy pathvalues.yaml
File metadata and controls
63 lines (58 loc) · 1.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# Default values for neuvector.
# This is a YAML-formatted file.
# Declare variables to be passed into the templates.
registry: docker.io
oem: ''
leastPrivilege: false
exporter:
# If false, exporter will not be installed
enabled: true
image:
repository: neuvector/prometheus-exporter
imagePullPolicy: IfNotPresent
tag: 1.0.12
# changes this to a readonly user !
CTRL_USERNAME: admin
CTRL_PASSWORD: admin
ctrlSercretName: ''
enforcerStats:
enabled: false
ctrlSecretName: ''
apiSvc: neuvector-svc-controller-api:10443
podLabels: {}
securityContext: {}
containerSecurityContext: {}
svc:
enabled: true
type: ClusterIP
loadBalancerIP: ''
annotations: {}
# service.beta.kubernetes.io/azure-load-balancer-internal: "true"
# service.beta.kubernetes.io/azure-load-balancer-internal-subnet: "apps-subnet"
grafanaDashboard:
enabled: false
namespace: "" # Release namespace, if empty
labels: {}
# annotations: {}
# k8s-sidecar-target-directory: /tmp/dashboards/neuvector
serviceMonitor:
enabled: false
# labels for the ServiceMonitor.
labels: {}
# annotations for the ServiceMonitor.
annotations: {}
# Scrape interval. If not set, the Prometheus default scrape interval is used.
interval: ""
# MetricRelabelConfigs to apply to samples after scraping, but before ingestion.
# ref: https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api-reference/api.md#relabelconfig
metricRelabelings: []
# RelabelConfigs to apply to samples before scraping
# ref: https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api-reference/api.md#relabelconfig
relabelings: []
# tlsConfig to allow for TLS configuration of ServiceMonitor
# tlsConfig:
# caFile: /etc/prom-certs/root-cert.pem
# certFile: /etc/prom-certs/cert-chain.pem
# keyFile: /etc/prom-certs/key.pem
# insecureSkipVerify: true
tlsConfig: {}