source-controller/config/manager/service.yaml

16 lines
252 B
YAML

apiVersion: v1
kind: Service
metadata:
name: source-controller
labels:
control-plane: controller
spec:
type: ClusterIP
selector:
app: source-controller
ports:
- name: http
port: 80
protocol: TCP
targetPort: http