Fix service type for AWS GRPC (#862)

Signed-off-by: Thomas O'Neill <toneill@new-innov.com>

Co-authored-by: Thomas O'Neill <toneill@new-innov.com>
This commit is contained in:
Thomas O'Neill 2021-08-11 11:44:18 -04:00 committed by GitHub
parent 07c1cf092c
commit 607caac246
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 2 deletions

View file

@ -20,5 +20,5 @@ spec:
selector:
{{- include "argo-cd.selectorLabels" (dict "context" . "name" .Values.server.name) | nindent 4 }}
sessionAffinity: None
type: NodePort
type: {{ .Values.server.ingressGrpc.awsALB.serviceType }}
{{- end -}}