feat(argo-workflows): Allow NodePort to be specified for server service (#938)

* Allow NodePort to be specified for server service.

Signed-off-by: Peter Oruba <peter@oruba.de>

* Different version number and different condition in NodePort setting evaluation, both as per PR review suggested.

Signed-off-by: Peter Oruba <peter@oruba.de>
This commit is contained in:
Peter O 2021-09-27 09:14:34 +02:00 committed by GitHub
parent 87a83c3aad
commit 735f212f96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View file

@ -223,6 +223,7 @@ server:
name: server
serviceType: ClusterIP
servicePort: 2746
# serviceNodePort: 32746
# servicePortName: http
serviceAccount:
create: true