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
eed70015
Commit
eed70015
authored
Jun 14, 2021
by
Aalekh Jain
Browse files
Updated airflow resource requests and limits for airflow web, worker and scheduler
parent
88c7be84
Pipeline
#46112
passed with stages
in 1 minute and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
charts/airflow/helm-config.yaml
View file @
eed70015
...
...
@@ -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
:
...
...
@@ -146,6 +160,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