docs: add cli-arguments

This commit is contained in:
Moleus 2024-02-14 17:54:09 +03:00
parent 5101d6e12f
commit 5712395b1e

View file

@ -43,6 +43,9 @@ They are set in the container spec of the `ingress-nginx-controller` Deployment
| `--maxmind-retries-count` | Number of attempts to download the GeoIP DB. (default 1) | | `--maxmind-retries-count` | Number of attempts to download the GeoIP DB. (default 1) |
| `--maxmind-license-key` | Maxmind license key to download GeoLite2 Databases. https://blog.maxmind.com/2019/12/18/significant-changes-to-accessing-and-using-geolite2-databases . | | `--maxmind-license-key` | Maxmind license key to download GeoLite2 Databases. https://blog.maxmind.com/2019/12/18/significant-changes-to-accessing-and-using-geolite2-databases . |
| `--maxmind-mirror` | Maxmind mirror url (example: http://geoip.local/databases. | | `--maxmind-mirror` | Maxmind mirror url (example: http://geoip.local/databases. |
| `--maxmind-enable-sync` | Enable the synchronization of the GeoIP databases. (default false) |
| `--maxmind-sync-period` | Period at which the controller fetches updates for GeoIp Databases (default 24h) |
| `--maxmind-url` | Maxmind url to download GeoLite2 Databases. (default "https://updates.maxmind.com") |
| `--metrics-per-host` | Export metrics per-host. (default true) | | `--metrics-per-host` | Export metrics per-host. (default true) |
| `--monitor-max-batch-size` | Max batch size of NGINX metrics. (default 10000)| | `--monitor-max-batch-size` | Max batch size of NGINX metrics. (default 10000)|
| `--post-shutdown-grace-period` | Additional delay in seconds before controller container exits. (default 10) | | `--post-shutdown-grace-period` | Additional delay in seconds before controller container exits. (default 10) |