14 lines
236 B
YAML
14 lines
236 B
YAML
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 |