diff --git a/charts/airflow/helm-config.yaml b/charts/airflow/helm-config.yaml index 98c6a22d5ca65618ec083a1472b2de0029fa7cf0..7e15e8966bae3db19774be594bd8e92b1df779a4 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: |