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.className | string |`""`| Ingress class name. |
41
41
| ingress.enabled | bool |`false`| Enable or disable ingress. |
42
-
| ingress.hosts | list |`[]`| List of hostnames and paths for ingress rules. |
42
+
| ingress.hosts | list |`[]`| List of hostnames and paths for ingress rules. The first host will be used as the default host. |
43
43
| ingress.tls | list |`[]`| TLS settings for ingress. |
44
44
| initContainers | list |`[]`| Configure init containers to run before the main container. |
45
45
| license | object |`{}`| Configure the enterprise license key secret by providing license.secretName and license.secretKey to use a Kubernetes secret. |
0 commit comments