Plugin Geoblock Middleware
Appears in
.Values.middlewares.$name.data
pluginName
Define the pluginName
Key | middlewares.$name.data.pluginName |
Type | string |
Required | ❌ |
Helm tpl | ❌ |
Default | GeoBlock |
Example
api
Define the api
Key | middlewares.$name.data.api |
Type | string |
Required | ✅ |
Helm tpl | ❌ |
Default | - |
Example
allowLocalRequests
Define the allowLocalRequests
Key | middlewares.$name.data.allowLocalRequests |
Type | bool |
Required | ❌ |
Helm tpl | ❌ |
Default | - |
Example
logLocalRequests
Define the logLocalRequests
Key | middlewares.$name.data.logLocalRequests |
Type | bool |
Required | ❌ |
Helm tpl | ❌ |
Default | - |
Example
logAllowedRequests
Define the logAllowedRequests
Key | middlewares.$name.data.logAllowedRequests |
Type | bool |
Required | ❌ |
Helm tpl | ❌ |
Default | - |
Example
logApiRequests
Define the logApiRequests
Key | middlewares.$name.data.logApiRequests |
Type | bool |
Required | ❌ |
Helm tpl | ❌ |
Default | - |
Example
apiTimeoutMs
Define the apiTimeoutMs
Key | middlewares.$name.data.apiTimeoutMs |
Type | int |
Required | ❌ |
Helm tpl | ❌ |
Default | - |
Example
cacheSize
Define the cacheSize
Key | middlewares.$name.data.cacheSize |
Type | int |
Required | ❌ |
Helm tpl | ❌ |
Default | - |
Example
forceMonthlyUpdate
Define the forceMonthlyUpdate
Key | middlewares.$name.data.forceMonthlyUpdate |
Type | bool |
Required | ❌ |
Helm tpl | ❌ |
Default | - |
Example
allowUnknownCountries
Define the allowUnknownCountries
Key | middlewares.$name.data.allowUnknownCountries |
Type | bool |
Required | ❌ |
Helm tpl | ❌ |
Default | - |
Example
unknownCountryApiResponse
Define the unknownCountryApiResponse
Key | middlewares.$name.data.unknownCountryApiResponse |
Type | string |
Required | ❌ |
Helm tpl | ❌ |
Default | - |
Example
blackListMode
Define the blackListMode
Key | middlewares.$name.data.blackListMode |
Type | bool |
Required | ❌ |
Helm tpl | ❌ |
Default | - |
Example
silentStartUp
Define the silentStartUp
Key | middlewares.$name.data.silentStartUp |
Type | bool |
Required | ❌ |
Helm tpl | ❌ |
Default | - |
Example
addCountryHeader
Define the addCountryHeader
Key | middlewares.$name.data.addCountryHeader |
Type | bool |
Required | ❌ |
Helm tpl | ❌ |
Default | - |
Example
countries
Define the countries
Key | middlewares.$name.data.countries |
Type | list of string |
Required | ✅ |
Helm tpl | ❌ |
Default | - |
Example