Add CUSTOM-README.md
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
# defaultAirflowRepository: apache/airflow
|
||||
# defaultAirflowTag: "2.10.5"
|
||||
# airflowVersion: "2.10.5"
|
||||
|
||||
ingress:
|
||||
web:
|
||||
@@ -13,7 +12,7 @@ ingress:
|
||||
hosts:
|
||||
- name: "airflow.example.org"
|
||||
tls:
|
||||
enabled: true
|
||||
enabled: truewrec
|
||||
secretName: "airflow-tls"
|
||||
|
||||
executor: "KubernetesExecutor"
|
||||
@@ -29,18 +28,15 @@ config:
|
||||
webserver:
|
||||
enable_proxy_fix: 'True'
|
||||
rbac: 'True'
|
||||
# base_url: https://airflow.example.org
|
||||
default_ui_timezone: kst
|
||||
|
||||
|
||||
scheduler:
|
||||
# However this feature is only recommended for MySQL 8+ and Postgres
|
||||
replicas: 1
|
||||
|
||||
dags:
|
||||
persistence:
|
||||
# Enable persistent volume for storing dags
|
||||
enabled: false
|
||||
enabled: true
|
||||
size: 5Gi
|
||||
storageClassName: longhorn
|
||||
accessMode: ReadWriteMany
|
||||
@@ -84,8 +80,14 @@ logs:
|
||||
|
||||
statsd:
|
||||
enabled: false
|
||||
|
||||
postgresql:
|
||||
enabled: true
|
||||
auth:
|
||||
enablePostgresUser: true
|
||||
postgresPassword: postgres
|
||||
postgresPassword: postgres
|
||||
primary:
|
||||
persistence:
|
||||
enabled: true
|
||||
size: 8Gi # airflow에서 사용하는 DB의 볼륨 사이즈 설정
|
||||
storageClass: ""
|
||||
Reference in New Issue
Block a user