From 62fb9b8aac2c4bed409b591007c123f342c20a31 Mon Sep 17 00:00:00 2001 From: Aalekh Jain Date: Tue, 15 Jun 2021 04:45:53 +0000 Subject: [PATCH] Revert "Merge branch 'resourceRequestsLimitsAirflowAzure' into 'master'" This reverts merge request !327 --- charts/airflow/helm-config.yaml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/charts/airflow/helm-config.yaml b/charts/airflow/helm-config.yaml index 98c6a22d..7e15e896 100644 --- a/charts/airflow/helm-config.yaml +++ b/charts/airflow/helm-config.yaml @@ -108,13 +108,6 @@ airflow: # Airflow - WebUI Configs ################################### web: - resources: - requests: - cpu: "2000m" - memory: "1Gi" - limits: - cpu: "2000m" - memory: "1Gi" podLabels: aadpodidbinding: "osdu-identity" baseUrl: "http://localhost/airflow" @@ -123,13 +116,6 @@ airflow: # Airflow - Worker Configs ################################### workers: - resources: - requests: - cpu: "1200m" - memory: "5Gi" - limits: - cpu: "1200m" - memory: "5Gi" podLabels: aadpodidbinding: "osdu-identity" autoscaling: @@ -160,13 +146,6 @@ airflow: # Airflow - Scheduler Configs ################################### scheduler: - resources: - requests: - cpu: "3000m" - memory: "1Gi" - limits: - cpu: "3000m" - memory: "1Gi" podLabels: aadpodidbinding: "osdu-identity" variables: | -- GitLab