Skip to content

Commit

Permalink
CLD-6415 Allow MSteams metrics port in network policy (#973)
Browse files Browse the repository at this point in the history
Co-authored-by: Stylianos Rigas <[email protected]>
  • Loading branch information
stylianosrigas and Stylianos Rigas authored Oct 11, 2023
1 parent dab0959 commit f46b78c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion manifests/network-policies/mm-installation-netpol.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ spec:
port: 9093 # Playbooks
- protocol: TCP
port: 9092 # Boards
- protocol: TCP
port: 9094 # MSTeams
---
kind: NetworkPolicy
apiVersion: networking.k8s.io/v1
Expand Down Expand Up @@ -93,4 +95,4 @@ spec:
- ipBlock:
cidr: 0.0.0.0/0
except:
- 169.254.169.254/32
- 169.254.169.254/32

0 comments on commit f46b78c

Please sign in to comment.