There was an error while loading. Please reload this page.
2 parents 774c6b3 + 890da5d commit 9805295Copy full SHA for 9805295
README.md
@@ -180,8 +180,7 @@ kubectl get pods
180
Expose the app to the web by setting the port. Run the command:
181
182
```
183
-$ kubectl expose deployment/deploy-react-kubernetes-deployment
184
-—-type=NodePort —-name=deploy-react-kubernetes-service —-port=3000
+$ kubectl expose deployment/deploy-react-kubernetes-deployment —-port=3000 —-type=NodePort
185
186
187
* To access your application. You would need the public IP address of your cluster and NodePort of the service.
0 commit comments