Created
July 24, 2020 09:28
-
-
Save zufardhiyaulhaq/a7003822de474f6dff38a03a41a154dc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: ngrok.com/v1alpha1 | |
kind: Ngrok | |
metadata: | |
name: helloworld-ngrok | |
namespace: helloworld | |
spec: | |
# protocol used, currently support http & tcp | |
# tcp is less tested, please create issue | |
# default is http | |
protocol: http | |
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment