fix(argo-cd): Set type of service for gRPC as NodePort. (#861)
* fix: set service-grpc type as NodePort Signed-off-by: Emanuel Oliveira <emanuelflp@gmail.com> Signed-off-by: Emanuel Oliveira <emanuelolive@grupoboticario.com.br> * docs: Adds changelog Signed-off-by: Emanuel Oliveira <emanuelflp@gmail.com> Signed-off-by: Emanuel Oliveira <emanuelolive@grupoboticario.com.br> * chore: remove old changelog comment Signed-off-by: Emanuel Oliveira <emanuelflp@gmail.com> Signed-off-by: Emanuel Oliveira <emanuelolive@grupoboticario.com.br>
This commit is contained in:
parent
b862c6239f
commit
6bbcd833d4
2 changed files with 3 additions and 3 deletions
|
|
@ -20,5 +20,5 @@ spec:
|
|||
selector:
|
||||
{{- include "argo-cd.selectorLabels" (dict "context" . "name" .Values.server.name) | nindent 4 }}
|
||||
sessionAffinity: None
|
||||
type: ClusterIP
|
||||
type: NodePort
|
||||
{{- end -}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue