feat(argo-cd): Support AWS ALB Ingress with gRPC (#806)
* Support AWS ALB Ingress with GRPC Signed-off-by: Thomas O'Neill <toneill818@gmail.com> Signed-off-by: Thomas O'Neill <toneill@new-innov.com> * Bump chart version Signed-off-by: Marco Kilchhofer <marco@kilchhofer.info> * Apply suggestions from code review Signed-off-by: Marco Kilchhofer <marco@kilchhofer.info> * Use single if statement Signed-off-by: Thomas O'Neill <toneill@new-innov.com> * Append -grpc to the service labels for ALB GRPC service Signed-off-by: Thomas O'Neill <toneill@new-innov.com> Co-authored-by: Thomas O'Neill <toneill@new-innov.com> Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> Co-authored-by: Marco Kilchhofer <marco@kilchhofer.info>
This commit is contained in:
parent
922799081d
commit
1e3a4afd05
6 changed files with 73 additions and 4 deletions
|
|
@ -601,6 +601,7 @@ server:
|
|||
# https://argoproj.github.io/argo-cd/operator-manual/ingress/
|
||||
ingressGrpc:
|
||||
enabled: false
|
||||
isAWSALB: false
|
||||
annotations: {}
|
||||
labels: {}
|
||||
ingressClassName: ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue