-
Notifications
You must be signed in to change notification settings - Fork 13
/
values.yaml
254 lines (215 loc) · 5.49 KB
/
values.yaml
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
---
global:
# -- registry secret names as an array
imagePullSecrets: []
# -- String to partially override azure-loganalytics-exporter.fullname template (will maintain the release name)
nameOverride: ''
# -- Allow to override the release namespace
namespaceOverride: ''
# -- String to fully override azure-loganalytics-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-loganalytics-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
# LOG_DEBUG: "true"
# LOG_JSON: "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 queries
queries: {}
# azure_metrics_loganalytics_ingestion_overall_rows:
# metric: azure_metrics_loganalytics_ingestion_overall_rows
# query: |-
# union withsource=sourceTable *
# | project sourceTable
# | summarize count_ = count() by sourceTable
# | project sourceTable, count_ = (todouble(count_) / 3600)
# timespan: PT1H
# fields:
# -
# name: sourceTable
# type: id
# -
# name: count_
# type: value
# 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"]
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: ""
additionalAnnotations: {}
additionalLabels: {}
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
## Transform kubernetes service labels into metric labels
##
targetLabels: []
additionalMonitors:
probe:
enabled: true
path: /probe
# subscription:
# enabled: true
# path: /probe/subscription
# params:
# subscription: [ "SUBSCRIPION_ID" ]
# cache: [ "1h" ]
# parallel: [ "5" ]
# module: [ "aks" ]
# relabelings: []
# metricRelabelings: []
# subscriptionTpl:
# enabled: true
# tplConfig: true
# path: /probe/subscription
# params: |
# subscription: {{ .Values.global.subscriptions }}
# cache: [ "1h" ]
# parallel: [ "5" ]
# module: [ "aks" ]
# relabelings: []
# metricRelabelings: []