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

     1  apiVersion: networking.k8s.io/v1
     2  kind: NetworkPolicy
     3  metadata:
     4    labels:
     5      app.kubernetes.io/component: notifications-controller
     6      app.kubernetes.io/name: argocd-notifications-controller
     7      app.kubernetes.io/part-of: argocd
     8    name: argocd-notifications-controller-network-policy
     9  spec:
    10    podSelector:
    11      matchLabels:
    12        app.kubernetes.io/name: argocd-notifications-controller
    13    ingress:
    14      - from:
    15          - namespaceSelector: { }
    16        ports:
    17          - protocol: TCP
    18            port: 9001
    19    policyTypes:
    20    - Ingress