mirror of
https://github.com/nofusscomputing/kubernetes.git
synced 2025-08-02 04:22:42 +00:00
21 lines
400 B
YAML
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
|