Example of using nginx-ingress with gRPC

This commit is contained in:
Paul Cody Johnston 2018-04-05 22:29:46 -06:00
parent 87d1b8bbf2
commit e98e3f3b9d
15 changed files with 697 additions and 0 deletions

View file

@ -0,0 +1,15 @@
load("@io_bazel_rules_go//go:def.bzl", "gazelle", "go_prefix")
gazelle(
name = "gazelle",
args = [
"-build_file_name",
"BUILD,BUILD.bazel",
],
command = "fix",
prefix = "github.com/kubernetes/ingress-nginx/images/grpc-fortune-teller",
)
go_prefix(
prefix = "github.com/kubernetes/ingress-nginx/images/grpc-fortune-teller",
)