-
Notifications
You must be signed in to change notification settings - Fork 521
/
Copy pathapp-values.yaml
442 lines (399 loc) · 9.09 KB
/
app-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
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
# Mandatory configs
podDisruptionBudget: {}
rolloutLabels: {}
rolloutAnnotations: {}
containerSpec:
lifecycle:
enabled: false
preStop:
exec:
command: ["sleep","10"]
postStart:
httpGet:
host: example.com
path: /example
port: 90
replicaCount: 1
MinReadySeconds: 60
GracePeriod: 30
image:
pullPolicy: IfNotPresent
restartPolicy: Always
service:
# enabled: true
type: ClusterIP
#name: "service-1234567890"
loadBalancerSourceRanges: []
# loadBalancerSourceRanges:
# - 1.2.3.4/32
# - 1.2.5.6/23
annotations: {}
# test1: test2
# test3: test4
ContainerPort:
- name: app
port: 8080
servicePort: 80
envoyPort: 8799
useHTTP2: false
supportStreaming: false
idleTimeout: 1800s
protocol: TCP
resizePolicy: []
# servicemonitor:
# enabled: true
# path: /abc
# scheme: 'http'
# interval: 30s
# scrapeTimeout: 20s
# metricRelabelings:
# - sourceLabels: [namespace]
# regex: '(.*)'
# replacement: myapp
# targetLabel: target_namespace
resources:
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
limits:
cpu: 1
memory: 200Mi
requests:
cpu: 0.10
memory: 100Mi
# Optional configs
LivenessProbe:
Path: ""
port: 8080
scheme: ""
httpHeaders: []
# - name: Custom-Header
# value: abc
tcp: false
command: []
initialDelaySeconds: 20
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 5
failureThreshold: 3
ReadinessProbe:
Path: ""
port: 8080
scheme: ""
httpHeaders: []
# - name: Custom-Header
# value: abc
tcp: false
command: []
initialDelaySeconds: 20
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 5
failureThreshold: 3
StartupProbe:
Path: ""
port: 8080
initialDelaySeconds: 20
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 5
failureThreshold: 3
httpHeaders: []
command: []
tcp: false
ingress:
enabled: false
className: ""
labels: {}
annotations: {}
# nginx.ingress.kubernetes.io/force-ssl-redirect: 'false'
# nginx.ingress.kubernetes.io/ssl-redirect: 'false'
# kubernetes.io/ingress.class: nginx
# nginx.ingress.kubernetes.io/rewrite-target: /$2
# nginx.ingress.kubernetes.io/canary: "true"
# nginx.ingress.kubernetes.io/canary-weight: "10"
hosts:
- host: chart-example1.local
pathType: "ImplementationSpecific"
paths:
- /example1
- host: chart-example2.local
pathType: "ImplementationSpecific"
paths:
- /example2
- /example2/healthz
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
ingressInternal:
enabled: false
className: ""
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
# nginx.ingress.kubernetes.io/canary: "true"
# nginx.ingress.kubernetes.io/canary-weight: "10"
hosts:
- host: chart-example1.internal
pathType: "ImplementationSpecific"
paths:
- /example1
- host: chart-example2.internal
pathType: "ImplementationSpecific"
paths:
- /example2
- /example2/healthz
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
command:
workingDir: {}
enabled: false
value: []
args:
enabled: false
value:
- /bin/sh
- -c
- touch /tmp/healthy; sleep 30; rm -rf /tmp/healthy; sleep 600
#For adding custom labels to pods
podLabels: {}
# customKey: customValue
podAnnotations: {}
# customKey: customValue
rawYaml: []
topologySpreadConstraints: []
initContainers: []
## Additional init containers to run before the Scheduler pods.
## for example, be used to run a sidecar that chown Logs storage .
#- name: volume-mount-hack
# image: busybox
# command: ["sh", "-c", "chown -R 1000:1000 logs"]
# volumeMounts:
# - mountPath: /usr/local/airflow/logs
# name: logs-data
containers: []
## Additional containers to run along with application pods.
## for example, be used to run a sidecar that chown Logs storage .
#- name: volume-mount-hack
# image: busybox
# command: ["sh", "-c", "chown -R 1000:1000 logs"]
# volumeMounts:
# - mountPath: /usr/local/airflow/logs
# name: logs-data
volumeMounts: []
# - name: log-volume
# mountPath: /var/log
volumes: []
# - name: log-volume
# emptyDir: {}
dbMigrationConfig:
enabled: false
tolerations: []
podSecurityContext: {}
containerSecurityContext: {}
Spec:
Affinity:
Key:
# Key: kops.k8s.io/instancegroup
Values:
affinity:
enabled: false
values: {}
ambassadorMapping:
enabled: false
labels: {}
prefix: /
ambassadorId: ""
hostname: devtron.example.com
rewrite: ""
retryPolicy: {}
cors: {}
tls:
context: ""
create: false
secretName: ""
hosts: []
autoscaling:
enabled: false
MinReplicas: 1
MaxReplicas: 2
TargetCPUUtilizationPercentage: 70
TargetMemoryUtilizationPercentage: 80
annotations: {}
labels: {}
behavior: {}
containerResource:
enabled: false
TargetCPUUtilizationPercentage: 90
TargetMemoryUtilizationPercentage: 80
# scaleDown:
# stabilizationWindowSeconds: 300
# policies:
# - type: Percent
# value: 100
# periodSeconds: 15
# scaleUp:
# stabilizationWindowSeconds: 0
# policies:
# - type: Percent
# value: 100
# periodSeconds: 15
# - type: Pods
# value: 4
# periodSeconds: 15
# selectPolicy: Max
extraMetrics: []
# - external:
# metricName: pubsub.googleapis.com|subscription|num_undelivered_messages
# metricSelector:
# matchLabels:
# resource.labels.subscription_id: echo-read
# targetAverageValue: "2"
# type: External
#
kedaAutoscaling:
enabled: false
envSourceContainerName: "" # Optional. Default: .spec.template.spec.containers[0]
minReplicaCount: 1
maxReplicaCount: 2
advanced: {}
triggers: []
triggerAuthentication:
enabled: false
name: ""
spec: {}
authenticationRef: {}
prometheus:
release: monitoring
server:
deployment:
image_tag: 1-95af053
image: ""
servicemonitor:
additionalLabels: {}
envoyproxy:
image: quay.io/devtron/envoy:v1.16.0
configMapName: ""
lifecycle: {}
resources:
limits:
cpu: 50m
memory: 50Mi
requests:
cpu: 50m
memory: 50Mi
istio:
enable: false
gateway:
enabled: false
labels: {}
annotations: {}
host: "example.com"
tls:
enabled: false
secretName: secret-name
virtualService:
enabled: false
labels: {}
annotations: {}
gateways: []
hosts: []
http: []
# - match:
# - uri:
# prefix: /v1
# - uri:
# prefix: /v2
# timeout: 12
# headers:
# request:
# add:
# x-some-header: "value"
# retries:
# attempts: 2
# perTryTimeout: 3s
destinationRule:
enabled: false
labels: {}
annotations: {}
subsets: []
trafficPolicy: {}
peerAuthentication:
enabled: false
labels: {}
annotations: {}
selector:
enabled: false
mtls:
mode: ""
portLevelMtls: {}
requestAuthentication:
enabled: false
labels: {}
annotations: {}
selector:
enabled: false
jwtRules: []
authorizationPolicy:
enabled: false
labels: {}
annotations: {}
action:
provider: {}
rules: []
networkPolicy:
enabled: false
annotations: {}
labels: {}
podSelector:
matchExpressions: []
matchLabels: {}
policyTypes: []
ingress: []
egress: []
winterSoldier:
enabled: false
apiVersion: pincher.devtron.ai/v1alpha1
annotation: {}
labels: {}
type: Rollout
timeRangesWithZone:
timeZone: "Asia/Kolkata"
timeRanges: []
action: sleep
targetReplicas: []
fieldSelector:
- AfterTime(AddTime(ParseTime({{metadata.creationTimestamp}}, '2006-01-02T15:04:05Z'), '5m'), Now())
## Pods Service Account
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
##
serviceAccount:
## @param serviceAccount.create Enable creation of ServiceAccount for pods
##
create: false
## @param serviceAccount.name The name of the ServiceAccount to use.
## If not set and create is true, a name is generated using the `.Chart.Name .fullname` template
name: ""
## @param serviceAccount.annotations Annotations for service account. Evaluated as a template.
## Only used if `create` is `true`.
##
annotations: {}
imagePullSecrets: []
# - test1
# - test2
hostAliases: []
# - ip: "127.0.0.1"
# hostnames:
# - "foo.local"
# - "bar.local"
# - ip: "10.1.2.3"
# hostnames:
# - "foo.remote"
# - "bar.remote"
peristentVolumeClaim: {}
verticalPodScaling:
enabled: false