Skip to content
This repository has been archived by the owner on Jun 12, 2020. It is now read-only.

Commit

Permalink
fix(ambassador): fixed portname used in metricscraping for ambassador
Browse files Browse the repository at this point in the history
  • Loading branch information
stebenz committed Jan 28, 2020
1 parent 82d3755 commit 17ab664
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "github.com/caos/boom/internal/bundle/application/applications/prometheus

func GetServicemonitor(monitorlabels map[string]string) *servicemonitor.Config {
endpoint := &servicemonitor.ConfigEndpoint{
Port: "admin",
Port: "ambassador-admin",
Path: "/metrics",
}
labels := map[string]string{"app.kubernetes.io/name": "ambassador"}
Expand Down

0 comments on commit 17ab664

Please sign in to comment.