Compare commits

..

2 Commits

Author SHA1 Message Date
7a54da4c57
docs(readme): update README.md
All checks were successful
ci/woodpecker/push/release Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
2024-05-28 01:43:09 +02:00
a1bab99cbd
ci(test): remove group directive 2024-05-28 01:39:29 +02:00
2 changed files with 2 additions and 3 deletions

View File

@ -5,7 +5,6 @@ when:
steps:
test:
group: test
image: golang:1.22-alpine
commands:
- go test -v ./...

View File

@ -108,8 +108,8 @@ appProbe := func() error {
}
// Create manual probes
live := kubeprobes.NewManualProbe()
ready := kubeprobes.NewManualProbe()
live := kubeprobes.NewManualProbe("liveness")
ready := kubeprobes.NewManualProbe("readiness")
// Prepare handler
kp, err := kubeprobes.New(