Files
k8s-operator-playground/config/default/metrics_service.yaml
Bastian Schnorbus cbefdfba7b new attempt
2025-05-06 23:03:51 +02:00

18 lines
381 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
control-plane: controller-manager
app.kubernetes.io/name: k8s-operator-playground
app.kubernetes.io/managed-by: kustomize
name: controller-manager-metrics-service
namespace: system
spec:
ports:
- name: https
port: 8443
protocol: TCP
targetPort: 8443
selector:
control-plane: controller-manager