apiVersion: v1 kind: Service metadata: name: prometheus namespace: monitoring annotations: prometheus.io/scrape: 'true' prometheus.io/port: '9090' spec: type: ClusterIP selector: name: prometheus phase: prod ports: - name: web protocol: TCP port: 80 targetPort: 9090