From 3391d8877db27159fddee23d43612e970ec10f0c Mon Sep 17 00:00:00 2001 From: Sabbir Ahmed Shameem <145862004+SAShameem@users.noreply.github.com> Date: Mon, 6 May 2024 22:23:40 +0600 Subject: [PATCH] Create network-policy-allow-all-ingress.yaml --- .../networking/network-policy-allow-all-ingress.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 content/bn/examples/service/networking/network-policy-allow-all-ingress.yaml diff --git a/content/bn/examples/service/networking/network-policy-allow-all-ingress.yaml b/content/bn/examples/service/networking/network-policy-allow-all-ingress.yaml new file mode 100644 index 0000000000..462912dae4 --- /dev/null +++ b/content/bn/examples/service/networking/network-policy-allow-all-ingress.yaml @@ -0,0 +1,11 @@ +--- +apiVersion: networking.k8s.io/v1 +kind: NetworkPolicy +metadata: + name: allow-all-ingress +spec: + podSelector: {} + ingress: + - {} + policyTypes: + - Ingress