linktimecloud / kubernetes-data-platform

KDP(Kubernetes Data Platform) delivers a modern, hybrid and cloud-native data platform based on Kubernetes.
https://linktimecloud.github.io/kubernetes-data-platform/
Apache License 2.0
112 stars 28 forks source link

Chore: use the open-source Airflow Helm chart and update the web server launch arguments to decrease memory usage #116

Closed xingcan-ltc closed 1 month ago

xingcan-ltc commented 1 month ago

…er launch arguments to decrease memory usage.

Description of your changes

  1. use the open-source Airflow Helm chart , do not use custom chart
  2. update the web server launch arguments to decrease memory usage (about 50 %). The default worker count is 4, worker class is "sync".

Fixes #TODO

How has this code been tested