Skip to content

API Gateway Operator Parameters ​

You can configure APIGateway Controller and APIRule Controller using various parameters. This document contains all the options.

Reconciliation Interval ​

APIGateway ​

Kyma API Gateway Operator reconciles the APIGateway custom resource (CR) every 10 hours or whenever it is changed.

APIRule ​

By default, API Gateway Operator reconciles APIRule CRs every 60 minutes or whenever an APIRule CR is changed. You can adjust this interval by modifying the operator's parameters. For example, you can set the -reconciliation-interval parameter to 120s.

Configuration Parameters ​

NameRequiredDescriptionExample values
metrics-bind-addressNOThe address the metric endpoint binds to.:8080
health-probe-bind-addressNOThe address the probe endpoint binds to.:8081
leader-electNOEnable leader election for API Gateway Operator. Enabling this ensures there is only one active APIGateway Controller.true
rate-limiter-burstNOIndicates the burst value for the controller's bucket rate limiter.200
rate-limiter-frequencyNOIndicates the controller's bucket rate limiter frequency, signifying no. of events per second.30
failure-base-delayNOIndicates the failure-based delay for rate limiter.1s
failure-max-delayNOIndicates the maximum failure delay for rate limiter.1000s
reconciliation-intervalNOIndicates the time-based reconciliation interval of APIRule.1h
migration-intervalNOIndicates the time-based migration interval of APIRule.1m