Files
Go.Rig-Operator/deploy/k8s-provisioner/config/default/metrics_service.yaml

19 lines
417 B
YAML
Raw Normal View History

2026-01-15 09:58:01 +00:00
apiVersion: v1
kind: Service
metadata:
labels:
control-plane: controller-manager
app.kubernetes.io/name: k8s-provisioner
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
app.kubernetes.io/name: k8s-provisioner