You are deploying a three-tier web application using Infrastructure as Code (IaC) and Oracle Kubernetes Engine (OKE) within a single VCN. The application consists of a public-facing web tier (running in OKE), an application tier, and a database tier. You want to ensure that only the web tier can access the application tier, and only the application tier can access the database tier. You are leveraging Network Security Groups (NSGs) for granular access control. Your IaC code successfully creates all the components, but you are experiencing connectivity issues. Specifically, Pods in the web tier cannot reach the application tier. Reviewing your IaC configuration, you realize the NSG assignments for the OKE cluster's node pool are misconfigured. Which of the following NSG configuration errors would most likely cause this connectivity issue?