mirror of
https://github.com/carlosedp/cluster-monitoring.git
synced 2024-11-20 19:07:17 +01:00
17 lines
275 B
YAML
17 lines
275 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
labels:
|
||
|
k8s-app: metallb-controller
|
||
|
name: metallb-controller
|
||
|
namespace: metallb-system
|
||
|
spec:
|
||
|
clusterIP: None
|
||
|
ports:
|
||
|
- name: http
|
||
|
port: 7472
|
||
|
targetPort: 7472
|
||
|
selector:
|
||
|
app: metallb
|
||
|
component: controller
|