Newer
Older
KubernetesApplication / ArgoCD / manifests / base / notification / argocd-notifications-controller-network-policy.yaml
@yangyang xie yangyang xie on 31 Aug 2022 359 bytes add more k8s bundle
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
  name: argocd-notifications-controller-network-policy
spec:
  podSelector:
    matchLabels:
      app.kubernetes.io/name: argocd-notifications-controller
  ingress:
    - from:
        - namespaceSelector: { }
      ports:
        - protocol: TCP
          port: 9001
  policyTypes:
  - Ingress