Put in place Cincinatti egress policy

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2019-06-20 09:55:24 +02:00
parent 43af7f9206
commit 24963d3673
2 changed files with 14 additions and 0 deletions

View file

@ -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

View file

@ -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"