Skip to content
Snippets Groups Projects
Commit 32edf9ae authored by Vineeth Guna [Microsoft]'s avatar Vineeth Guna [Microsoft]
Browse files

Enabled autoscaling

parent 7cb8c39b
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,7 @@ airflow:
podLabels:
aadpodidbinding: "osdu-identity"
autoscaling:
enabled: false
enabled: true
## minReplicas is picked from Values.workers.replicas and default value is 1
maxReplicas: 3
metrics:
......@@ -131,7 +131,7 @@ airflow:
averageUtilization: 60
labels:
# DO NOT DELETE THIS LABEL. SET IT TO FALSE WHEN AUTOSCALING IS DISABLED, SET IT TO TRUE WHEN AUTOSCALING IS ENABLED
autoscalingEnabled: false
autoscalingEnabled: true
resources:
requests:
memory: "512Mi"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment