Skip to content

Instantly share code, notes, and snippets.

@tonnyadhi
Created June 11, 2020 02:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tonnyadhi/283a99a7a4587145bff1bed2044abddb to your computer and use it in GitHub Desktop.
Save tonnyadhi/283a99a7a4587145bff1bed2044abddb to your computer and use it in GitHub Desktop.
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: grpcbin
namespace: grpc-sample
annotations:
configuration.konghq.com: do-not-preserve-host
configuration.konghq.com/protocols: grpc,grpcs
spec:
rules:
- host: grpc-sample.example.com
http:
paths:
- path: /
backend:
serviceName: grpcbin
servicePort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment