We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72638a9 + d7f04fc commit 27ba77eCopy full SHA for 27ba77e
2 files changed
Makefile
@@ -50,7 +50,7 @@ update-changelog:
50
51
docker-build: build
52
docker build --rm -t ${IMAGE} rootfs
53
- docker tag -f ${IMAGE} ${MUTABLE_IMAGE}
+ docker tag ${IMAGE} ${MUTABLE_IMAGE}
54
55
# Push to a registry that Kubernetes can access.
56
docker-push:
pkg/healthsrv/healthz_handler.go
@@ -9,7 +9,7 @@ import (
9
)
10
11
const (
12
- waitTimeout = 2 * time.Second
+ waitTimeout = 10 * time.Second
13
14
15
func healthZHandler(bLister BucketLister, serverCircuit *sshd.Circuit) http.Handler {
0 commit comments