Put in place Cincinatti egress policy
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
43af7f9206
commit
24963d3673
2 changed files with 14 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
- jlebon
|
||||
- lucab
|
||||
- sanja
|
||||
egress_policy_template: "{{ roles_path }}/openshift-apps/coreos-cincinnati/templates/egresspolicy.yml"
|
||||
|
||||
- role: openshift/imagestream
|
||||
app: coreos-cincinnati
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: EgressNetworkPolicy
|
||||
metadata:
|
||||
name: default
|
||||
spec:
|
||||
egress:
|
||||
- type: Allow
|
||||
to:
|
||||
dnsName: builds.coreos.fedoraproject.org
|
||||
- type: Deny
|
||||
to:
|
||||
cidrSelector: "0.0.0.0/0"
|
Loading…
Add table
Add a link
Reference in a new issue