Skip to content

Commit

Permalink
fixed typo in dpp-tutorial/deployment.md
Browse files Browse the repository at this point in the history
  • Loading branch information
saudkhan116 authored May 22, 2024
1 parent c6d4554 commit 20a1c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dpp-tutorial/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ kubectl wait --namespace $USER \
kubectl port-forward service/dpp-frontend --namespace $USER <EXTERNAL_PORT>:8080 --address 0.0.0.0

# enable port forwarding to expose the backend application as a service to outside world
kubectl port-forward service/dpp-frontend --namespace $USER <EXTERNAL_PORT>:8888 --address 0.0.0.0
kubectl port-forward service/dpp-backend --namespace $USER <EXTERNAL_PORT>:8888 --address 0.0.0.0

# access the application through your browser and your mobile device
http://<PUBLIC_IP>:<EXTERNAL_PORT>
Expand Down

0 comments on commit 20a1c9a

Please sign in to comment.