diff --git a/clusters/prod/load-balancer.yaml b/clusters/prod/load-balancer.yaml new file mode 100644 index 0000000..cd7cd1a --- /dev/null +++ b/clusters/prod/load-balancer.yaml @@ -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 \ No newline at end of file