Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ ingress:
# (deprecated - use ingress.web.enabled, ingress.apiServer.enabled and ingress.flower.enabled)
enabled: ~

# Configs for the Ingress of the API Server
# Configs for the Ingress of the API Server (Airflow 3+)
apiServer:
# Enable API Server ingress resource
enabled: false
Expand Down Expand Up @@ -193,7 +193,7 @@ ingress:
# Http paths to add to the API Server Ingress after the default path
succeedingPaths: []

# Configs for the Ingress of the web Service
# Configs for the Ingress of the web Service (Airflow 2.x)
web:
# Enable web ingress resource
enabled: false
Expand Down