github.com/argoproj/argo-cd/v3@v3.2.1/manifests/base/notification/argocd-notifications-controller-metrics-service.yaml (about)

     1  apiVersion: v1
     2  kind: Service
     3  metadata:
     4    labels:
     5      app.kubernetes.io/component: notifications-controller
     6      app.kubernetes.io/name: argocd-notifications-controller-metrics
     7      app.kubernetes.io/part-of: argocd
     8    name: argocd-notifications-controller-metrics
     9  spec:
    10    ports:
    11    - name: metrics
    12      protocol: TCP
    13      port: 9001
    14      targetPort: 9001
    15    selector:
    16      app.kubernetes.io/name: argocd-notifications-controller