feat(argo-cd): Make AWS ALB GRPC backend protocol version configurable (#909)

Signed-off-by: Sander van Schie <sandervanschie@gmail.com>
This commit is contained in:
Sander van Schie 2021-08-27 15:47:01 +02:00 committed by GitHub
parent 2fd39754de
commit 5c03c916be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 9 deletions

View file

@ -329,6 +329,7 @@ NAME: my-release
| server.ingressGrpc.tls | Ingress TLS configuration for dedicated [gRPC-ingress] | `[]` |
| server.ingressGrpc.isAWSALB | Setup up GRPC ingress to work with an AWS ALB | `false` |
| server.ingressGrpc.awsALB.serviceType | Service type for the AWS ALB GRPC service | `NodePort` |
| server.ingressGrpc.awsALB.backendProtocolVersion | Backend protocol version for the AWS ALB GRPC service | `HTTP2` |
| server.route.enabled | Enable a OpenShift route for the server | `false` |
| server.route.hostname | Hostname of OpenShift route | `""` |
| server.lifecycle | PostStart and PreStop hooks configuration | `{}` |