-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathvalues.yaml
More file actions
256 lines (215 loc) · 5.85 KB
/
Copy pathvalues.yaml
File metadata and controls
256 lines (215 loc) · 5.85 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
---
# -- String to partially override azure-resourcegraph-exporter.fullname template (will maintain the release name)
nameOverride: ''
# -- Allow to override the release namespace
namespaceOverride: ''
# -- String to fully override azure-resourcegraph-exporter.fullname template
fullnameOverride: ''
# -- Number of amazon-eks-pod-identity-webhook replicas to deploy
replicas: 1
image:
# -- image registry
registry: docker.io
# -- image repository
repository: webdevops/azure-resourcegraph-exporter
# -- image tag (immutable tags are recommended).
# @default -- `.Chart.AppVersion`
tag: ""
sha: ""
pullPolicy: IfNotPresent
minReadySeconds: 10
terminationGracePeriodSeconds: 60
# -- define env
env:
CONFIG: /config/config.yaml
# DEBUG: "true"
# VERBOSE: "true"
# -- Array with extra environment variables to add to all the pods
extraEnv: []
# - name: REDIS_PASSWORD
# valueFrom:
# secretKeyRef:
# key: redis-password
# name: redis-config-0.0.2
secrets: {}
# secretName: secretValue
# -- Render all secrets values though helm tpl function
secretsEnableTemplateFunctions: false
resources:
# -- The resources limits for the container
limits:
memory: 200Mi
# -- The resources requests for the container
requests:
cpu: 100m
memory: 200Mi
# -- Node labels for pod assignment.
nodeSelector:
kubernetes.io/os: linux
# -- Affinity for pod assignment
affinity: {}
# -- Tolerations for pod assignment.
tolerations: []
restartPolicy: Always
priorityClassName: ""
config:
# -- Name of existing configmap
existingConfigMap: ""
# -- Configuration of modules
modules:
"":
enabled: true
cache: 0
# modulename:
# enabled: true
# cache: 1h
# -- Configuration of queries
queries: {}
# azurerm_subscription_info:
# metric: azurerm_subscription_info
# query: |-
# ResourceContainers
# | where type == "microsoft.resources/subscriptions"
# value: 1
# fields:
# - name: name
# - name: subscriptionId
# target: subscriptionID
# type: id
# defaultField:
# type: ignore
# -- startupProbe
startupProbe: {}
# tcpSocket:
# port: http-metrics
# initialDelaySeconds: 15
# periodSeconds: 10
# failureThreshold: 5
# -- livenessProbe
livenessProbe:
httpGet:
path: /healthz
port: http
# -- readinessProbe
readinessProbe:
httpGet:
path: /readyz
port: http
serviceAccount:
create: true
automountServiceAccountToken: false
name: ""
labels: {}
annotations: {}
# -- Customize the strategy if set
strategy: {}
podLabels: {}
podAnnotations: {}
# -- Pod Security Context
securityContext:
runAsUser: 1000
runAsGroup: 1000
fsGroup: 1000
supplementalGroups: [1000]
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
# -- Container Security Context
containerSecurityContext:
readOnlyRootFilesystem: true
runAsNonRoot: true
allowPrivilegeEscalation: false
capabilities:
drop: ["ALL"]
# -- registry secret names as an array
imagePullSecrets: []
# - name: pull-secret-name
service:
type: ClusterIP
port: 8080
targetPort: 8080
appProtocol: http
nodePort:
portName: http-metrics
annotations: {}
labels: {}
netpol:
# -- Enable network policy
enabled: true
# -- Define network policy types
policyTypes:
- Ingress
- Egress
# -- Define network policy ingress
ingress: []
# -- Define network policy egress
egress:
# DNS
- ports:
- port: 53
protocol: TCP
- ports:
- port: 53
protocol: UDP
# HTTPS (Azure REST api)
- ports:
- port: 443
protocol: TCP
extraVolumes: []
extraVolumeMounts: []
prometheus:
monitor:
enabled: false
jobLabel: ""
scheme: http
basicAuth: {}
bearerTokenFile:
tlsConfig: {}
## proxyUrl: URL of a proxy that should be used for scraping.
##
proxyUrl: ""
relabelings: []
metricRelabelings: []
interval: ""
scrapeTimeout: ""
## SampleLimit defines per-scrape limit on number of scraped samples that will be accepted.
##
sampleLimit: 0
## TargetLimit defines a limit on the number of scraped targets that will be accepted.
##
targetLimit: 0
## Per-scrape limit on number of labels that will be accepted for a sample. Only valid in Prometheus versions 2.27.0 and newer.
##
labelLimit: 0
## Per-scrape limit on length of labels name that will be accepted for a sample. Only valid in Prometheus versions 2.27.0 and newer.
##
labelNameLengthLimit: 0
## Per-scrape limit on length of labels value that will be accepted for a sample. Only valid in Prometheus versions 2.27.0 and newer.
##
labelValueLengthLimit: 0
# Enable vertical pod autoscaler support
verticalPodAutoscaler:
enabled: false
# Recommender responsible for generating recommendation for the object.
# List should be empty (then the default recommender will generate the recommendation)
# or contain exactly one recommender.
# recommenders:
# - name: custom-recommender-performance
# List of resources that the vertical pod autoscaler can control. Defaults to cpu and memory
controlledResources: []
# Specifies which resource values should be controlled: RequestsOnly or RequestsAndLimits.
# controlledValues: RequestsAndLimits
# Define the max allowed resources for the pod
maxAllowed: {}
# cpu: 200m
# memory: 100Mi
# Define the min allowed resources for the pod
minAllowed: {}
# cpu: 200m
# memory: 100Mi
updatePolicy:
# Specifies minimal number of replicas which need to be alive for VPA Updater to attempt pod eviction
# minReplicas: 1
# Specifies whether recommended updates are applied when a Pod is started and whether recommended updates
# are applied during the life of a Pod. Possible values are "Off", "Initial", "Recreate", and "Auto".
updateMode: Auto