Skip to content

Commit

Permalink
fixed label
Browse files Browse the repository at this point in the history
  • Loading branch information
mfaizanse committed Nov 2, 2023
1 parent 378c821 commit 4aa2ed0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/istio/peerauthentication/peerauthentication.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ func EventingManagerMetrics(namespace string, ref []metav1.OwnerReference) *isti
TypeMeta: typeMeta(),
Spec: istiosecv1beta1.PeerAuthentication{
Selector: &istiotypes.WorkloadSelector{MatchLabels: map[string]string{
"app.kubernetes.io/name": "eventing-publisher-proxy",
"app.kubernetes.io/name": "eventing-manager",
"app.kubernetes.io/instance": "eventing-manager",
}},
PortLevelMtls: map[uint32]*istiosecv1beta1.PeerAuthentication_MutualTLS{
8080: {Mode: istiosecv1beta1.PeerAuthentication_MutualTLS_PERMISSIVE},
Expand Down

0 comments on commit 4aa2ed0

Please sign in to comment.