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

     1  
     2  apiVersion: v1
     3  kind: Service
     4  metadata:
     5    name: webhook-service
     6    namespace: system
     7  spec:
     8    ports:
     9      - port: 443
    10        protocol: TCP
    11        targetPort: 9443
    12    selector:
    13      control-plane: argocd-operator