Ingress-nginx Helm values reference#
Helm values reference table for the ingress-nginx
application.
Key |
Type |
Default |
Description |
---|---|---|---|
global.vaultSecretsPath |
string |
Set by Argo CD |
Base path for Vault secrets |
ingress-nginx.controller.config.compute-full-forwarded-for |
string |
|
Put the complete path in |
ingress-nginx.controller.config.large-client-header-buffers |
string |
|
Increase the buffer size for client headers because we may have JWTs in the client request |
ingress-nginx.controller.config.proxy-body-size |
string |
|
Maximum size of the client request body (needs to be large enough to allow table uploads) |
ingress-nginx.controller.config.proxy-buffer-size |
string |
|
Increase the buffer size for responses from backend servers to allow for longer headers |
ingress-nginx.controller.config.ssl-redirect |
string |
|
Redirect all non-SSL access to SSL. |
ingress-nginx.controller.config.use-forwarded-headers |
string |
|
Enable the |
ingress-nginx.controller.metrics.enabled |
bool |
|
Enable metrics reporting via Prometheus |
ingress-nginx.controller.podLabels |
object |
|
Add labels used by |
ingress-nginx.controller.service.externalTrafficPolicy |
string |
|
Force traffic routing policy to Local so that the external IP in |
vaultCertificate.enabled |
bool |
|
Whether to store ingress TLS certificate via vault-secrets-operator. Typically “squareone” owns it instead in an RSP. |