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:
parent
87a83c3aad
commit
735f212f96
3 changed files with 6 additions and 2 deletions
|
|
@ -223,6 +223,7 @@ server:
|
|||
name: server
|
||||
serviceType: ClusterIP
|
||||
servicePort: 2746
|
||||
# serviceNodePort: 32746
|
||||
# servicePortName: http
|
||||
serviceAccount:
|
||||
create: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue