Separate third party NGINX configuration (#10470)
* Document container separation * Separate configurations
This commit is contained in:
parent
d6a0f46c32
commit
9ed0d7f7af
19 changed files with 158 additions and 36 deletions
|
|
@ -56,7 +56,7 @@ var MaxmindRetriesTimeout = time.Second * 0
|
|||
const minimumRetriesCount = 1
|
||||
|
||||
const (
|
||||
geoIPPath = "/etc/nginx/geoip"
|
||||
geoIPPath = "/etc/ingress-controller/geoip"
|
||||
dbExtension = ".mmdb"
|
||||
|
||||
maxmindURL = "https://download.maxmind.com/app/geoip_download?license_key=%v&edition_id=%v&suffix=tar.gz"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue