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

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