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.

Revisions

  1. myugan created this gist Feb 7, 2021.
    17 changes: 17 additions & 0 deletions allow-devel-pod-to-http.yml
    Original 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