From 4e6be0a82cab3e5a8a3e6c1579d7a1e5a75965f6 Mon Sep 17 00:00:00 2001 From: taishen Date: Mon, 27 Jun 2022 22:02:42 +0800 Subject: [PATCH] Add an example of the nodeport_port in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b4d2cdb2..af71df89 100644 --- a/README.md +++ b/README.md @@ -192,6 +192,8 @@ metadata: name: awx-demo spec: service_type: nodeport + # default nodeport_port is 30080 + nodeport_port: ``` Make sure to add this new file to the list of "resources" in your `kustomization.yaml` file: