Removed unused load balancer and network policy

This commit is contained in:
Marcin-Ramotowski
2025-07-27 15:19:46 +02:00
parent 60175f3f2c
commit 2b8ae6ed2c
2 changed files with 0 additions and 26 deletions

View File

@ -1,14 +0,0 @@
apiVersion: v1
kind: Service
metadata:
name: receiver
namespace: flux-system
spec:
type: LoadBalancer
selector:
app: notification-controller
ports:
- name: http
port: 80
protocol: TCP
targetPort: 9292

View File

@ -1,12 +0,0 @@
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: allow-all-to-flux
namespace: flux-system
spec:
podSelector: {}
ingress:
- {}
policyTypes:
- Ingress