helm airflow - choisungwook/portfolio GitHub Wiki
- airflow helm ์ค์น
helm chart githbub: https://github.com/apache/airflow/tree/main/chart
kubectl create namespace airflow
helm repo add apache-airflow https://airflow.apache.org
helm repo update
- webserver nodeํฌํธ๋ก ๋ณ๊ฒฝ
- ์ํ import
- ๊ด๋ฆฌ์ ๊ณ์ ๊ณผ ๋น๋ฐ๋ฒํธ ์ค์
webserver:
resources:
limits:
cpu: 4
memory: 4Gi
requests:
cpu: 4
memory: 4Gi
service:
type: NodePort
extraEnv: |
- name: AIRFLOW__CORE__LOAD_EXAMPLES
value: 'True'
username: admin
password: admin123
helm install -n airflow -f override_values.yaml airflow apache-airflow/airflow
- ์ํ์ด ์ํฌํธ๋์ด์ผ ์ ์