Add webhook receiver service

This commit is contained in:
2024-06-09 09:50:23 +10:00
parent 9344048f88
commit 0e62306bf4

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