apiVersion: networking.k8s.io/v1 kind: NetworkPolicy metadata: name: db-netpol spec: podSelector: matchLabels: app: db policyTypes: - Ingress ingress: - from: - podSelector: matchLabels: app: api ports: - port: 5984 protocol: TCP