Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ if [ ${RUN_ORION} == false ]; then
exit 0
fi

if [[ -f "${SHARED_DIR}/proxy-conf.sh" ]]; then
source "${SHARED_DIR}/proxy-conf.sh"
fi

# UDN density: auto-select ORION_CONFIG based on worker count and L2/L3 mode
if [[ -n "${ENABLE_LAYER_3:-}" ]]; then
# Get current worker count (excluding infra and workload nodes)
Expand Down