Created
February 7, 2021 15:38
-
-
Save myugan/b1ebc518b49637fe8a41fba7b8ebcfab to your computer and use it in GitHub Desktop.
Revisions
-
myugan created this gist
Feb 7, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,17 @@ apiVersion: networking.k8s.io/v1 kind: NetworkPolicy metadata: name: allow-devel-pod-to-http namespace: production spec: podSelector: {} policyTypes: - Ingress ingress: - from: - namespaceSelector: matchLabels: env: development ports: - protocol: TCP port: 80