Skip to content

Commit

Permalink
add description in the ngrok example
Browse files Browse the repository at this point in the history
  • Loading branch information
zufardhiyaulhaq committed Jul 10, 2020
1 parent c31bc3d commit 6e9e7ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/helloworld/ngrok.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@ metadata:
name: helloworld-ngrok
namespace: helloworld
spec:
# service section represent
# the service name in the same namespace
service: helloworld-service
# port section represent
# the service port in the same namespace
port: 5000
4 changes: 4 additions & 0 deletions examples/nginx/ngrok.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@ metadata:
name: nginx-ngrok
namespace: default
spec:
# service section represent
# the service name in the same namespace
service: nginx-service
# port section represent
# the service port in the same namespace
port: 80

0 comments on commit 6e9e7ea

Please sign in to comment.