Files
k8s-operator-playground/config/default/metrics_service.yaml
baschno 8af268687a init
2025-02-05 19:53:56 +01:00

18 lines
372 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
control-plane: controller-manager
app.kubernetes.io/name: tdset-operator
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