Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Deployment and Operations
infra-azure-provisioning
Commits
fc8693d8
Commit
fc8693d8
authored
Jun 15, 2021
by
Aalekh Jain
Committed by
Kishore Battula
Jun 15, 2021
Browse files
Updated airflow resource requests and limits for airflow web, worker and scheduler
parent
b3ad66a7
Changes
2
Hide whitespace changes
Inline
Side-by-side
charts/README.md
View file @
fc8693d8
...
...
@@ -206,6 +206,13 @@ airflow:
# Airflow - WebUI Configs
###################################
web:
resources:
requests:
cpu: "2000m"
memory: "1Gi"
limits:
cpu: "2000m"
memory: "1Gi"
podLabels:
aadpodidbinding: "osdu-identity"
baseUrl: "http://localhost/airflow"
...
...
@@ -214,6 +221,13 @@ airflow:
# Airflow - Worker Configs
###################################
workers:
resources:
requests:
cpu: "1200m"
memory: "5Gi"
limits:
cpu: "1200m"
memory: "5Gi"
podLabels:
aadpodidbinding: "osdu-identity"
autoscaling:
...
...
@@ -227,9 +241,6 @@ airflow:
target:
type: Utilization
averageUtilization: 50
resources:
requests:
memory: "512Mi"
###################################
# Airflow - Flower Configs
...
...
@@ -241,6 +252,13 @@ airflow:
# Airflow - Scheduler Configs
###################################
scheduler:
resources:
requests:
cpu: "3000m"
memory: "1Gi"
limits:
cpu: "3000m"
memory: "1Gi"
podLabels:
aadpodidbinding: "osdu-identity"
variables: |
...
...
charts/airflow/helm-config.yaml
View file @
fc8693d8
...
...
@@ -108,6 +108,13 @@ airflow:
# Airflow - WebUI Configs
###################################
web
:
resources
:
requests
:
cpu
:
"
2000m"
memory
:
"
1Gi"
limits
:
cpu
:
"
2000m"
memory
:
"
1Gi"
podLabels
:
aadpodidbinding
:
"
osdu-identity"
baseUrl
:
"
http://localhost/airflow"
...
...
@@ -116,6 +123,13 @@ airflow:
# Airflow - Worker Configs
###################################
workers
:
resources
:
requests
:
cpu
:
"
1200m"
memory
:
"
5Gi"
limits
:
cpu
:
"
1200m"
memory
:
"
5Gi"
podLabels
:
aadpodidbinding
:
"
osdu-identity"
autoscaling
:
...
...
@@ -132,9 +146,6 @@ airflow:
labels
:
# DO NOT DELETE THIS LABEL. SET IT TO "false" WHEN AUTOSCALING IS DISABLED, SET IT TO "true" WHEN AUTOSCALING IS ENABLED
autoscalingEnabled
:
"
false"
resources
:
requests
:
memory
:
"
512Mi"
###################################
# Airflow - Flower Configs
...
...
@@ -146,6 +157,13 @@ airflow:
# Airflow - Scheduler Configs
###################################
scheduler
:
resources
:
requests
:
cpu
:
"
3000m"
memory
:
"
1Gi"
limits
:
cpu
:
"
3000m"
memory
:
"
1Gi"
podLabels
:
aadpodidbinding
:
"
osdu-identity"
variables
:
|
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment