apiVersion: v1 kind: Service metadata: annotations: prometheus.io/scrape: 'true' prometheus.io/path: / prometheus.io/port: '8081' name: sonatype-service spec: ports: - name: sonatype-nexus port: 8081 protocol: TCP targetPort: 8081 nodePort: 8081 selector: app: sonatype-nexus type: ClusterIP