prysm-pulse/proto/faucet/BUILD.bazel
Preston Van Loon 81c2e4e94b
First pass on pow faucet for testnet (#1624)
* first pass on pow faucet for testnet

* delete unused thing

* remove unneeded thing

*  remove other thing

* https & remove a log

* don't force redirect on https, its not working?

* some renaming of stuff

* lint

* lint

* some stablity config

* move protos to proto directory, add generated pb file for go users

* add health probe

* add hpa and request cpu

* handle err

* some more config
2019-02-19 12:32:14 -05:00

12 lines
328 B
Python

# gazelle:ignore
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")
go_proto_library(
name = "faucet_go_proto",
importpath = "github.com/prysmaticlabs/prysm/proto/faucet",
proto = "@prysm_testnet_site//:faucet_proto",
compiler = "//:grpc_proto_compiler",
visibility = ["//visibility:public"],
)