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
| common | object |`{"databaseSecret":{"name":"","secretManifest":{}},"flyteNamespaceTemplate":{"enabled":false},"ingress":{"albSSLRedirect":false,"annotations":{"nginx.ingress.kubernetes.io/app-root":"/console"},"enabled":true,"ingressClassName":null,"separateGrpcIngress":false,"separateGrpcIngressAnnotations":{"nginx.ingress.kubernetes.io/backend-protocol":"GRPC"},"tls":{"enabled":false},"webpackHMR":false}}`| ---------------------------------------------- COMMON SETTINGS |
76
+
| common | object |`{"databaseSecret":{"name":"","secretManifest":{}},"flyteNamespaceTemplate":{"enabled":false},"ingress":{"albSSLRedirect":false,"annotations":{"nginx.ingress.kubernetes.io/app-root":"/console"},"enabled":true,"host":"","ingressClassName":"","separateGrpcIngress":false,"separateGrpcIngressAnnotations":{"nginx.ingress.kubernetes.io/backend-protocol":"GRPC"},"tls":{"enabled":false},"webpackHMR":false}}`| ---------------------------------------------- COMMON SETTINGS |
77
77
| common.databaseSecret.name | string |`""`| Specify name of K8s Secret which contains Database password. Leave it empty if you don't need this Secret |
78
78
| common.databaseSecret.secretManifest | object |`{}`| Specify your Secret (with sensitive data) or pseudo-manifest (without sensitive data). See https://github.com/godaddy/kubernetes-external-secrets|
79
79
| common.flyteNamespaceTemplate.enabled | bool |`false`| - Enable or disable creating Flyte namespace in template. Enable when using helm as template-engine only. Disable when using `helm install ...`. |
80
80
| common.ingress.albSSLRedirect | bool |`false`| - albSSLRedirect adds a special route for ssl redirect. Only useful in combination with the AWS LoadBalancer Controller. |
81
81
| common.ingress.annotations | object |`{"nginx.ingress.kubernetes.io/app-root":"/console"}`| - Ingress annotations applied to both HTTP and GRPC ingresses. |
82
82
| common.ingress.enabled | bool |`true`| - Enable or disable creating Ingress for Flyte. Relevant to disable when using e.g. Istio as ingress controller. |
83
-
| common.ingress.ingressClassName | string |`nil`| - Sets the ingressClassName |
| common.ingress.ingressClassName | string |`""`| - Sets the ingressClassName |
84
85
| common.ingress.separateGrpcIngress | bool |`false`| - separateGrpcIngress puts GRPC routes into a separate ingress if true. Required for certain ingress controllers like nginx. |
85
86
| common.ingress.separateGrpcIngressAnnotations | object |`{"nginx.ingress.kubernetes.io/backend-protocol":"GRPC"}`| - Extra Ingress annotations applied only to the GRPC ingress. Only makes sense if `separateGrpcIngress` is enabled. |
0 commit comments