Skip to content

Commit 35bb3f8

Browse files
committed
2 parents 785602d + 09de60c commit 35bb3f8

68 files changed

Lines changed: 200 additions & 338 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

addons/airflow/2/plans/standard-16384/meta.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.
File renamed without changes.

addons/airflow/2/plans/standard-16384/create-instance-schema.json renamed to addons/airflow/2/plans/standard-16c48g2w/create-instance-schema.json

File renamed without changes.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: "standard-16c48g2w"
2+
id: 2e3cdbe4-297f-470b-bcee-8ea58698ef85
3+
description: "airflow standard-16c48g2w plan which limit resources 2 workers per worker 16 cores memory size 48Gi."
4+
displayName: "standard-16c48g2w"
5+
bindable: true
6+
maximum_polling_duration: 1800
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
## @param fullnameOverride String to fully override common.names.fullname template
2+
##
3+
fullnameOverride: hb-airflow-standard-16c48g2w
4+
5+
## @section Airflow web parameters
6+
7+
web:
8+
## @param web.replicaCount Number of Airflow web replicas
9+
##
10+
replicaCount: 1
11+
## Airflow web resource requests and limits
12+
## ref: https://kubernetes.io/docs/user-guide/compute-resources/
13+
## @param web.resources.limits The resources limits for the Airflow web containers
14+
## @param web.resources.requests The requested resources for the Airflow web containers
15+
##
16+
resources:
17+
limits:
18+
cpu: 4
19+
memory: 8Gi
20+
requests:
21+
cpu: 2
22+
memory: 4Gi
23+
24+
## @section Airflow scheduler parameters
25+
26+
scheduler:
27+
## @param scheduler.replicaCount Number of scheduler replicas
28+
##
29+
replicaCount: 1
30+
## Airflow scheduler resource requests and limits
31+
## ref: https://kubernetes.io/docs/user-guide/compute-resources/
32+
## @param scheduler.resources.limits The resources limits for the Airflow scheduler containers
33+
## @param scheduler.resources.requests The requested resources for the Airflow scheduler containers
34+
##
35+
resources:
36+
limits:
37+
cpu: 4
38+
memory: 8Gi
39+
requests:
40+
cpu: 2
41+
memory: 4Gi
42+
43+
## @section Airflow worker parameters
44+
45+
worker:
46+
## @param worker.replicaCount Number of Airflow worker replicas
47+
##
48+
replicaCount: 2
49+
## Airflow worker resource requests and limits
50+
## ref: https://kubernetes.io/docs/user-guide/compute-resources/
51+
## @param worker.resources.limits The resources limits for the Airflow worker containers
52+
## @param worker.resources.requests The requested resources for the Airflow worker containers
53+
##
54+
resources:
55+
limits:
56+
cpu: 16
57+
memory: 48Gi
58+
requests:
59+
cpu: 4
60+
memory: 24Gi
File renamed without changes.

addons/airflow/2/plans/standard-2048/create-instance-schema.json renamed to addons/airflow/2/plans/standard-1c2g2w/create-instance-schema.json

File renamed without changes.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: "standard-1c2g2w"
2+
id: 75f949c8-8366-4805-aa8b-553de0ec6c24
3+
description: "airflow standard-1c2g2w plan which limit resources 2 workers per worker 1 core memory size 2Gi."
4+
displayName: "standard-1c2g2w"
5+
bindable: true
6+
maximum_polling_duration: 1800

addons/airflow/2/plans/standard-2048/values.yaml renamed to addons/airflow/2/plans/standard-1c2g2w/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## @param fullnameOverride String to fully override common.names.fullname template
22
##
3-
fullnameOverride: hb-airflow-standard-2048
3+
fullnameOverride: hb-airflow-standard-1c2g2w
44

55
## @section Airflow web parameters
66

@@ -18,7 +18,7 @@ web:
1818
cpu: 1000m
1919
memory: 2048Mi
2020
requests:
21-
cpu: 100m
21+
cpu: 500m
2222
memory: 1024Mi
2323

2424
## @section Airflow scheduler parameters
@@ -37,7 +37,7 @@ scheduler:
3737
cpu: 1000m
3838
memory: 2048Mi
3939
requests:
40-
cpu: 100m
40+
cpu: 500m
4141
memory: 1024Mi
4242

4343
## @section Airflow worker parameters
@@ -56,5 +56,5 @@ worker:
5656
cpu: 1000m
5757
memory: 2048Mi
5858
requests:
59-
cpu: 100m
59+
cpu: 500m
6060
memory: 1024Mi

addons/airflow/2/plans/standard-2048/meta.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)