From 5712395b1e3e3041a294b0a6f409d0c6c3bc0515 Mon Sep 17 00:00:00 2001 From: Moleus Date: Wed, 14 Feb 2024 17:54:09 +0300 Subject: [PATCH] docs: add cli-arguments --- docs/user-guide/cli-arguments.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/user-guide/cli-arguments.md b/docs/user-guide/cli-arguments.md index 07a17a271..2fcda87d0 100644 --- a/docs/user-guide/cli-arguments.md +++ b/docs/user-guide/cli-arguments.md @@ -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-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-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) | | `--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) |