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
|
|
@ -257,6 +257,8 @@ Helm v3 has removed the `install-crds` hook so CRDs are now populated by files i
|
|||
| server.service.servicePortHttps | Server service https port | `443` |
|
||||
| server.service.servicePortHttpName | Server service http port name, can be used to route traffic via istio | `http` |
|
||||
| server.service.servicePortHttpsName | Server service https port name, can be used to route traffic via istio | `https` |
|
||||
| server.service.nodePortHttp | Server service http port for NodePort service type| `30080` |
|
||||
| server.service.servicePortHttps | Server service http port for NodePort service type | `30443` |
|
||||
| server.service.loadBalancerSourceRanges | Source IP ranges to allow access to service from. | `[]` |
|
||||
| server.service.externalIPs | Server service external IPs. | `[]` |
|
||||
| server.service.type | Server service type | `"ClusterIP"` |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue