You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`ingress.ingressClassName`| IngressClass that will be be used to implement the Ingress (Kubernetes 1.18+) |`""`|
274
-
|`ingress.pathType`| Ingress path type |`ImplementationSpecific`|
275
-
|`ingress.apiVersion`| Force Ingress API version (automatically detected if not set) |`""`|
276
-
|`ingress.path`| Default path for the ingress record |`/`|
277
-
|`ingress.annotations`| Additional annotations for the Ingress resource. To enable certificate autogeneration, place here your cert-manager annotations. |`{}`|
278
-
|`ingress.tls`| Enable TLS configuration for the hosts defined at `hostnames` parameter |`true`|
279
-
|`ingress.existingSecret`| Name of an existing Secret containing the TLS certificates for the Ingress |`""`|
280
-
|`ingress.selfSigned`| Create a TLS secret for this ingress record using self-signed certificates generated by Helm |`false`|
281
-
|`ingress.extraHosts`| An array with additional hostname(s) to be covered with the ingress record |`[]`|
282
-
|`ingress.extraPaths`| An array with additional arbitrary paths that may need to be added to the ingress under the main host |`[]`|
283
-
|`ingress.extraTls`| TLS configuration for additional hostname(s) to be covered with this ingress record |`[]`|
284
-
|`ingress.secrets`| Custom TLS certificates as secrets |`[]`|
285
-
|`ingress.extraRules`| Additional rules to be covered with this ingress record |`[]`|
286
-
|`ingress.realIpHeader`| Sets the value of `REAL_IP_HEADER` environment variable in the `front` pod |`X-Forwarded-For`|
287
-
|`ingress.realIpFrom`| Sets the value of `REAL_IP_FROM` environment variable in the `front` pod |`""`|
288
-
|`ingress.tlsFlavorOverride`| Overrides the value of `TLS_FLAVOR` environment variable in the `front` pod |`""`|
289
-
|`ingress.proxyProtocol.pop3`| Enable PROXY protocol for POP3 (110/tcp) |`false`|
290
-
|`ingress.proxyProtocol.pop3s`| Enable PROXY protocol for POP3S (995/tcp) |`false`|
291
-
|`ingress.proxyProtocol.imap`| Enable PROXY protocol for IMAP (143/tcp) |`false`|
292
-
|`ingress.proxyProtocol.imaps`| Enable PROXY protocol for IMAPS (993/tcp) |`false`|
293
-
|`ingress.proxyProtocol.smtp`| Enable PROXY protocol for SMTP (25/tcp) |`false`|
294
-
|`ingress.proxyProtocol.smtps`| Enable PROXY protocol for SMTPS (465/tcp) |`false`|
295
-
|`ingress.proxyProtocol.submission`| Enable PROXY protocol for Submission (587/tcp) |`false`|
296
-
|`ingress.proxyProtocol.manageSieve`| Enable PROXY protocol for ManageSieve (4190/tcp) |`false`|
|`ingress.ingressClassName`| IngressClass that will be be used to implement the Ingress (Kubernetes 1.18+) |`""`|
274
+
|`ingress.pathType`| Ingress path type |`ImplementationSpecific`|
275
+
|`ingress.apiVersion`| Force Ingress API version (automatically detected if not set) |`""`|
276
+
|`ingress.path`| Default path for the ingress record |`/`|
277
+
|`ingress.annotations`| Additional annotations for the Ingress resource. To enable certificate autogeneration, place here your cert-manager annotations. |`{}`|
278
+
|`ingress.tls`| Enable TLS configuration for the hosts defined at `hostnames` parameter |`true`|
279
+
|`ingress.existingSecret`| Name of an existing Secret containing the TLS certificates for the Ingress |`""`|
280
+
|`ingress.selfSigned`| Create a TLS secret for this ingress record using self-signed certificates generated by Helm |`false`|
281
+
|`ingress.extraHosts`| An array with additional hostname(s) to be covered with the ingress record |`[]`|
282
+
|`ingress.extraPaths`| An array with additional arbitrary paths that may need to be added to the ingress under the main host |`[]`|
283
+
|`ingress.extraTls`| TLS configuration for additional hostname(s) to be covered with this ingress record |`[]`|
284
+
|`ingress.secrets`| Custom TLS certificates as secrets |`[]`|
285
+
|`ingress.extraRules`| Additional rules to be covered with this ingress record |`[]`|
286
+
|`ingress.realIpHeader`| Sets the value of `REAL_IP_HEADER` environment variable in the `front` pod |`X-Forwarded-For`|
287
+
|`ingress.realIpFrom`| Sets the value of `REAL_IP_FROM` environment variable in the `front` pod |`""`|
288
+
|`ingress.tlsFlavorOverride`| Overrides the value of `TLS_FLAVOR` environment variable in the `front` pod |`""`|
289
+
|`ingress.proxyProtocol.pop3`| Enable PROXY protocol for POP3 (110/tcp) |`false`|
290
+
|`ingress.proxyProtocol.pop3s`| Enable PROXY protocol for POP3S (995/tcp) |`false`|
291
+
|`ingress.proxyProtocol.imap`| Enable PROXY protocol for IMAP (143/tcp) |`false`|
292
+
|`ingress.proxyProtocol.imaps`| Enable PROXY protocol for IMAPS (993/tcp) |`false`|
293
+
|`ingress.proxyProtocol.smtp`| Enable PROXY protocol for SMTP (25/tcp) |`false`|
294
+
|`ingress.proxyProtocol.smtps`| Enable PROXY protocol for SMTPS (465/tcp) |`false`|
295
+
|`ingress.proxyProtocol.submission`| Enable PROXY protocol for Submission (587/tcp) |`false`|
296
+
|`ingress.proxyProtocol.manageSieve`| Enable PROXY protocol for ManageSieve (4190/tcp) |`false`|
297
+
|`ingress.type`| Ingress type (nginx or traefik) |`nginx`|
298
+
|`ingress.traefik.insecureSkipVerify`| Disable TLS verification for Traefik (between Traefik and the backend) |`true`|
0 commit comments