Files
user-microservice-deploy/clusters/prod/load-balancer.yaml
Marcin-Ramotowski 599a4d26d5 Added load balancer
2025-07-11 19:37:22 +02:00

14 lines
236 B
YAML

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