openshift-apps: remove egress policy for coreos-cincinnati
This is effectively doing nothing since 3cd0849
. Let's delete it for
now and add it back if we want it later.
This commit is contained in:
parent
b2f9aed70a
commit
d0aac9493c
2 changed files with 0 additions and 32 deletions
|
@ -25,7 +25,6 @@
|
|||
- jlebon
|
||||
- dustymabe
|
||||
- siosm
|
||||
egress_policy_template: "{{ roles_path }}/openshift-apps/coreos-cincinnati/templates/egresspolicy.yml"
|
||||
|
||||
- role: openshift/object
|
||||
app: coreos-cincinnati
|
||||
|
|
|
@ -1,31 +0,0 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: EgressNetworkPolicy
|
||||
metadata:
|
||||
name: default
|
||||
spec:
|
||||
egress:
|
||||
- type: Allow
|
||||
to:
|
||||
dnsName: builds.coreos.fedoraproject.org
|
||||
- type: Allow
|
||||
to:
|
||||
dnsName: github.com
|
||||
- type: Allow
|
||||
to:
|
||||
dnsName: crates.io
|
||||
- type: Allow
|
||||
to:
|
||||
dnsName: static.crates.io
|
||||
- type: Allow
|
||||
to:
|
||||
dnsName: mirrors.fedoraproject.org
|
||||
- type: Allow
|
||||
to:
|
||||
dnsName: dl.fedoraproject.org
|
||||
- type: Allow
|
||||
to:
|
||||
dnsName: dl.iad2.fedoraproject.org
|
||||
- type: Allow
|
||||
to:
|
||||
cidrSelector: "0.0.0.0/0"
|
Loading…
Add table
Add a link
Reference in a new issue