update webhook receiver ports
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user