| Controller gRPC/Admin listen address | Controller YAML server |
| conf_center mode (FileSystem/K8s) | Controller YAML conf_center |
| Controller address that the Gateway connects to | Gateway YAML gateway |
| System log level/format | Controller YAML logging / Gateway YAML logging |
| Access/SSL/TCP/TLS/UDP log toggles and paths | Gateway YAML *_log sections |
| Pingora worker thread count/connection pool | Gateway YAML server |
| Global HTTP timeouts | EdgionGatewayConfig CRD spec.httpTimeout |
| Global retry count | EdgionGatewayConfig CRD spec.maxRetries (top-level field; spec.httpTimeout.backend.defaultMaxRetries is deprecated) |
| Global real IP extraction | EdgionGatewayConfig CRD spec.realIp |
| Global security protection (XFF restriction, SNI match) | EdgionGatewayConfig CRD spec.securityProtect |
| Global plugins | EdgionGatewayConfig CRD spec.globalPluginsRef |
Path normalization (reject requests containing %2F / invalid percent-encoding) | EdgionGatewayConfig CRD spec.pathNormalization |