2
0
mirror of https://github.com/nofusscomputing/kubernetes.git synced 2025-08-02 04:22:42 +00:00
Files
kubernetes/manifests/grafana-operator/components/metrics/service.yaml
2025-06-11 22:20:09 +09:30

21 lines
400 B
YAML

---
apiVersion: v1
kind: Service
metadata:
labels:
app.kubernetes.io/component: controller
name: grafana-operator-controller-manager-metrics
spec:
ports:
- name: metrics
port: 9090
protocol: TCP
targetPort: metrics
- name: pprof
port: 8888
protocol: TCP
targetPort: pprof
selector:
app.kubernetes.io/component: controller
type: ClusterIP