Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Lo <[email protected]>
  • Loading branch information
lowc1012 committed Feb 25, 2024
1 parent 7150efb commit c8402d0
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion charts/flyte-binary/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,18 @@ Chart for basic single Flyte executable deployment
| ingress.grpcExtraPaths.append | list | `[]` | |
| ingress.grpcExtraPaths.prepend | list | `[]` | |
| ingress.grpcIngressClassName | string | `""` | |
| ingress.grpcPaths[0] | string | `"/flyteidl.service.AdminService"` | |
| ingress.grpcPaths[10] | string | `"/flyteidl.service.SignalService"` | |
| ingress.grpcPaths[11] | string | `"/flyteidl.service.SignalService/*"` | |
| ingress.grpcPaths[1] | string | `"/flyteidl.service.AdminService/*"` | |
| ingress.grpcPaths[2] | string | `"/flyteidl.service.DataProxyService"` | |
| ingress.grpcPaths[3] | string | `"/flyteidl.service.DataProxyService/*"` | |
| ingress.grpcPaths[4] | string | `"/flyteidl.service.AuthMetadataService"` | |
| ingress.grpcPaths[5] | string | `"/flyteidl.service.AuthMetadataService/*"` | |
| ingress.grpcPaths[6] | string | `"/flyteidl.service.IdentityService"` | |
| ingress.grpcPaths[7] | string | `"/flyteidl.service.IdentityService/*"` | |
| ingress.grpcPaths[8] | string | `"/grpc.health.v1.Health"` | |
| ingress.grpcPaths[9] | string | `"/grpc.health.v1.Health/*"` | |
| ingress.grpcTls | list | `[]` | |
| ingress.host | string | `""` | |
| ingress.httpAnnotations | object | `{}` | |
Expand All @@ -138,7 +150,7 @@ Chart for basic single Flyte executable deployment
| ingress.httpTls | list | `[]` | |
| ingress.ingressClassName | string | `""` | |
| ingress.labels | object | `{}` | |
| ingress.separateGrpcIngress | bool | `true` | |
| ingress.separateGrpcIngress | bool | `false` | |
| ingress.tls | list | `[]` | |
| nameOverride | string | `""` | |
| rbac.annotations | object | `{}` | |
Expand All @@ -165,3 +177,5 @@ Chart for basic single Flyte executable deployment
| serviceAccount.labels | object | `{}` | |
| serviceAccount.name | string | `""` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.13.0](https://github.com/norwoodj/helm-docs/releases/v1.13.0)

0 comments on commit c8402d0

Please sign in to comment.