Skip to content

Instantly share code, notes, and snippets.

@zufardhiyaulhaq
Created July 24, 2020 09:28
Show Gist options
  • Save zufardhiyaulhaq/a7003822de474f6dff38a03a41a154dc to your computer and use it in GitHub Desktop.
Save zufardhiyaulhaq/a7003822de474f6dff38a03a41a154dc to your computer and use it in GitHub Desktop.
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