Fixing nodeport_port table default

This commit is contained in:
Cliff Hults
2021-08-16 13:46:04 -04:00
parent 9b072aa549
commit fa410ae882

View File

@@ -258,7 +258,7 @@ The following variables are customizable only when `service_type=NodePort`
| Name | Description | Default |
| ------------------------------ | ---------------------------------------- | ------------- |
| nodeport_port | Port used for NodePort | 80 |
| nodeport_port | Port used for NodePort | 30080 |
```yaml
---