fix(airflow): fsgroup
This commit is contained in:
@@ -13,9 +13,16 @@ executor: CeleryExecutor
|
|||||||
|
|
||||||
# Custom Airflow configuration
|
# Custom Airflow configuration
|
||||||
config:
|
config:
|
||||||
|
logging:
|
||||||
|
# Enable debug logging for troubleshooting
|
||||||
|
# logging_level: DEBUG
|
||||||
scheduler:
|
scheduler:
|
||||||
# Scan for new DAG files every 60 seconds instead of 300
|
# Process DAG files more frequently (30 seconds instead of default 30)
|
||||||
dag_dir_list_interval: 60
|
min_file_process_interval: 30
|
||||||
|
# Number of processes to parse DAGs in parallel
|
||||||
|
parsing_processes: 2
|
||||||
|
# Scan for new DAG files every 10 seconds instead of 300
|
||||||
|
dag_dir_list_interval: 10
|
||||||
|
|
||||||
apiServer:
|
apiServer:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
@@ -149,11 +156,11 @@ ingress:
|
|||||||
tls:
|
tls:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
# Security contexts for shared file system access
|
# Security contexts for shared file system access (compatible with JupyterHub)
|
||||||
securityContexts:
|
securityContexts:
|
||||||
pod:
|
pod:
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
runAsGroup: 0
|
runAsGroup: 0
|
||||||
fsGroup: 100
|
fsGroup: 101
|
||||||
container:
|
container:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
|
|||||||
Reference in New Issue
Block a user