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:
Dusty Mabe 2023-05-19 20:38:28 -04:00 committed by zlopez
parent b2f9aed70a
commit d0aac9493c
2 changed files with 0 additions and 32 deletions

View file

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

View file

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