Skip to content

Commit

Permalink
Remove ports 8443 from network policies
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sevilla <[email protected]>
  • Loading branch information
rsevilla87 committed Dec 14, 2022
1 parent a3f57c2 commit 25e0a50
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,5 @@ spec:
matchLabels:
name: client-{{.Replica}}
- ports:
- protocol: TCP
port: 8443
- protocol: TCP
port: 8080
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ spec:
matchLabels:
network.openshift.io/policy-group: ingress
- ports:
- protocol: TCP
port: 8443
- protocol: TCP
port: 8080
podSelector: {}
Expand Down
2 changes: 1 addition & 1 deletion pkg/burner/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ func (ex *Executor) RunCreateJobWithChurn() {
log.Info("Churn job complete")
return
default:
log.Infof("Next churn loop, workload churning started %v ago", time.Since(now))
log.Debugf("Next churn loop, workload churning started %v ago", time.Since(now))
}
// Max amount of churn is 100% of namespaces
randStart := 1
Expand Down

0 comments on commit 25e0a50

Please sign in to comment.