feat(argo-cd): add possibility for change NodePort if this is type of Service (#515)
* Add possibility to change NodePort if this is type of Service. Signed-off-by: Łukasz Żułnowski <lzulnowski@gmail.com>
This commit is contained in:
parent
dbb1d80e13
commit
711518cc52
4 changed files with 12 additions and 1 deletions
|
|
@ -446,6 +446,9 @@ server:
|
|||
annotations: {}
|
||||
labels: {}
|
||||
type: ClusterIP
|
||||
## For node port default ports
|
||||
nodePortHttp: 30080
|
||||
nodePortHttps: 30443
|
||||
servicePortHttp: 80
|
||||
servicePortHttps: 443
|
||||
servicePortHttpName: http
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue