apiVersion: v1 kind: Service metadata: name: prometheus namespace: monitoring spec: ports: - port: 9090 protocol: TCP targetPort: 9090 selector: name: prometheus type: NodePort