update webhook receiver ports

This commit is contained in:
2024-06-09 10:18:50 +10:00
parent 0e62306bf4
commit 7ff44414d5

View File

@@ -1,7 +1,7 @@
apiVersion: v1
kind: Service
metadata:
name: receiver
name: webhook-receiver
namespace: flux-system
spec:
type: LoadBalancer
@@ -9,6 +9,6 @@ spec:
app: notification-controller
ports:
- name: http
port: 80
port: 9292
protocol: TCP
targetPort: 9292