Skip to content

Instantly share code, notes, and snippets.

@myugan
Created February 7, 2021 15:38
Show Gist options
  • Save myugan/b1ebc518b49637fe8a41fba7b8ebcfab to your computer and use it in GitHub Desktop.
Save myugan/b1ebc518b49637fe8a41fba7b8ebcfab to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment