Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dkhachyan committed Dec 14, 2023
1 parent a6a4744 commit 7f63ea5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions controllers/k6_start.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@ import (
)

func isServiceReady(log logr.Logger, service *v1.Service) bool {
<<<<<<< HEAD
resp, err := http.Get(fmt.Sprintf("http://%v:6565/v1/status", service.Spec.ClusterIP))
=======
resp, err := http.Get(fmt.Sprintf("http://%v.%v.svc:6565/v1/status", service.ObjectMeta.Name, service.ObjectMeta.Namespace))
>>>>>>> ae9864d (fix dockerfile user)

if err != nil {
log.Error(err, fmt.Sprintf("failed to get status from %v", service.ObjectMeta.Name))
Expand Down

0 comments on commit 7f63ea5

Please sign in to comment.