Plugin Real IP Middleware
Appears in
.Values.ingressMiddlewares.traefik.$name.data
pluginName
Define the pluginName
| Key | ingressMiddlewares.traefik.$name.data.pluginName |
| Type | string |
| Required | ❌ |
Helm tpl | ❌ |
| Default | traefik-real-ip |
Example
ingressMiddlewares: traefik: middleware-name: data: pluginName: my-plugin-nameexcludednets
Define the excludednets
| Key | ingressMiddlewares.traefik.$name.data.excludednets |
| Type | list of string |
| Required | ✅ |
Helm tpl | ❌ |
| Default | - |
Example
ingressMiddlewares: traefik: middleware-name: data: excludednets: - some-excluded-net - some-other-excluded-netFull Examples
ingressMiddlewares: traefik: middleware-name: enabled: true type: plugin-real-ip data: pluginName: my-plugin-name excludednets: - some-excluded-net - some-other-excluded-net