github.com/argoproj-labs/argocd-operator@v0.10.0/config/rbac/auth_proxy_service.yaml (about)

     1  apiVersion: v1
     2  kind: Service
     3  metadata:
     4    labels:
     5      control-plane: argocd-operator
     6    name: controller-manager-metrics-service
     7    namespace: system
     8  spec:
     9    ports:
    10    - name: https
    11      port: 8443
    12      targetPort: 8080
    13    selector:
    14      control-plane: argocd-operator