This repository was archived by the owner on Jan 14, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalues.yaml
More file actions
65 lines (49 loc) · 1.34 KB
/
values.yaml
File metadata and controls
65 lines (49 loc) · 1.34 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
64
65
# Default values for sniffer.
# Declare variables to be passed into your templates.
# API configuration.
api:
# Token to be used for authorizing agent access to the Bright API
apiKey: ""
# Name of secret with Token to be used for authorizing agent access to the API
# apiKey and apiKeySecretRef are mutually exclusive
# The referenced secret must provide the token in .data["API_KEY"]
apiKeySecretRef: ""
# Bright public api url.
apiURL: "https://app.brightsec.com/"
# Bright Project ID.
projectID: ""
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
sniffer:
image:
repository: "ghcr.io/neuralegion/sniffer-agent"
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "latest"
## The name of the PriorityClass for pods
priorityClassName: "system-node-critical"
## Labels to be added to pod
podLabels: { }
podSecurityContext: { }
containerSecurityContext:
capabilities:
add:
- NET_RAW
- NET_ADMIN
resources:
requests:
cpu: 50m
memory: 128Mi
limits:
memory: 1Gi
nodeSelector: { }
tolerations:
- effect: NoExecute
operator: Exists
- effect: NoSchedule
operator: Exists
affinity: { }
dnsPolicy: ClusterFirstWithHostNet
# Extra args for sniffer-agent container.
extraArgs: