Skip to content

Commit

Permalink
fix cert-manager port name is http-metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhackl committed Nov 4, 2024
1 parent 4a571d8 commit f72e96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/kubernetes/cert-manager/metrics.alloy
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ declare "kubernetes" {
"__meta_kubernetes_pod_ready",
]
separator = "@"
regex = coalesce(argument.port_name.value, "metrics") + "@Running@true"
regex = coalesce(argument.port_name.value, "http-metrics") + "@Running@true"
action = "keep"
}

Expand Down

0 comments on commit f72e96b

Please sign in to comment.