Files
2024-06-10 12:20:26 +10:00

14 lines
246 B
YAML

apiVersion: v1
kind: Service
metadata:
name: webhook-receiver
namespace: flux-system
spec:
type: LoadBalancer
selector:
app: notification-controller
ports:
- name: http
port: 8888
protocol: TCP
targetPort: 9292