k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/config/prow/cluster/monitoring/prometheus_expose.yaml (about) 1 --- 2 apiVersion: v1 3 kind: Service 4 metadata: 5 labels: 6 app: prometheus 7 name: prometheus 8 namespace: prow-monitoring 9 spec: 10 ports: 11 - name: http 12 port: 9090 13 protocol: TCP 14 targetPort: 9090 15 selector: 16 app: prometheus 17 sessionAffinity: ClientIP 18 type: ClusterIP