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