b129075249
* Adopt website style guidelines * Tweak wording Co-Authored-By: cmluciano <cmluciano@cruznet.org> * Make sample NetworkPolicies downloadable Co-authored-by: cmluciano <cmluciano@cruznet.org>
12 lines
159 B
YAML
12 lines
159 B
YAML
---
|
|
apiVersion: networking.k8s.io/v1
|
|
kind: NetworkPolicy
|
|
metadata:
|
|
name: allow-all-egress
|
|
spec:
|
|
podSelector: {}
|
|
egress:
|
|
- {}
|
|
policyTypes:
|
|
- Egress
|