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
This commit is contained in:
Preston Van Loon
2019-02-19 12:32:14 -05:00
committed by GitHub
parent 0e1f5ef55c
commit 81c2e4e94b
16 changed files with 1176 additions and 156 deletions

View File

@@ -17,14 +17,18 @@ gazelle(
alias(
name = "proto_compiler",
actual = "@io_bazel_rules_go//proto:gogofast_proto",
visibility = ["//proto:__subpackages__"],
visibility = [
"//proto:__subpackages__",
],
)
# Protobuf compiler (gRPC)
alias(
name = "grpc_proto_compiler",
actual = "@io_bazel_rules_go//proto:gogofast_grpc",
visibility = ["//proto:__subpackages__"],
visibility = [
"//proto:__subpackages__",
],
)
gometalinter(