Skip to content

Commit

Permalink
Remove network policy as otel-collector container should have port 55…
Browse files Browse the repository at this point in the history
…678 exposed
  • Loading branch information
tiffanny29631 committed Jan 14, 2025
1 parent 13c619d commit 1587b72
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions manifests/templates/otel-collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,23 +71,6 @@ spec:
- name: health-check
port: 13133
---
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: allow-port-ingress
namespace: config-management-monitoring
spec:
podSelector:
matchLabels:
app: opentelemetry
component: otel-collector
ingress:
- from:
- namespaceSelector: {}
ports:
- protocol: TCP
port: 55678
---
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down

0 comments on commit 1587b72

Please sign in to comment.