Skip to content

Commit c3b5933

Browse files
Merge pull request #30928 from rfredette/ingress-networkpolicies
NE-2501: Allow prometheus test pods to access Ingress Operator metrics port
2 parents 394edfe + 93065e7 commit c3b5933

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/extended/prometheus/prometheus.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ var _ = g.Describe("[sig-instrumentation][Late] Platform Prometheus targets", fu
104104
ports := []networkPolicyTarget{
105105
{Namespace: "openshift-dns", Port: 9154},
106106
{Namespace: "openshift-dns-operator", Port: 9393},
107+
{Namespace: "openshift-ingress-operator", Port: 9393},
107108
}
108109
networkPolicies := BuildNetworkPolicies(oc.Namespace(), ports)
109110
for _, networkPolicy := range networkPolicies {

0 commit comments

Comments
 (0)