Added load balancer

This commit is contained in:
Marcin-Ramotowski
2025-07-11 19:37:22 +02:00
parent 59ab88cdea
commit 599a4d26d5

View File

@ -0,0 +1,14 @@
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