Add liveness\readiness probe for s3 api handler on /status path

This commit is contained in:
Bl1tz23
2021-08-10 13:42:46 +03:00
parent 4d55132c7d
commit e6e57db530
3 changed files with 15 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ deps:
rm -rf /home/travis/gopath/src/github.com/coreos/etcd/vendor/golang.org/x/net/trace
rm -rf /home/travis/gopath/src/go.etcd.io/etcd/vendor/golang.org/x/net/trace
build: deps
build:
go build $(GO_FLAGS) -ldflags "$(LDFLAGS)" -o $(BINARY) $(SOURCE_DIR)
install: deps