From fa410ae882d4b929e2868d2a8e1f50098f8d0ecb Mon Sep 17 00:00:00 2001 From: Cliff Hults Date: Mon, 16 Aug 2021 13:46:04 -0400 Subject: [PATCH] Fixing nodeport_port table default --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b46c460..ac11024a 100644 --- a/README.md +++ b/README.md @@ -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 ---