Merge pull request #964 from taishen/devel

Add an example of the nodeport_port in readme
This commit is contained in:
Shane McDonald
2022-06-27 13:38:24 -04:00
committed by GitHub

View File

@@ -192,6 +192,8 @@ metadata:
name: awx-demo
spec:
service_type: nodeport
# default nodeport_port is 30080
nodeport_port: <nodeport_port>
```
Make sure to add this new file to the list of "resources" in your `kustomization.yaml` file: