Skip to content

Commit

Permalink
fix(EgressFirewall): Quay
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurVardevanyan committed Dec 26, 2024
1 parent becd056 commit 8324e0d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ spec:
node-role.kubernetes.io/control-plane: ""
# https://www.cloudflare.com/ips/
# Cloudflare IP Ranges
- type: Allow
to:
cidrSelector: 104.16.0.0/13
- type: Allow
to:
cidrSelector: 104.24.0.0/14
Expand Down
6 changes: 6 additions & 0 deletions kubernetes/quay/overlays/okd/egress-firewall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ spec:
dnsName: truenas.arthurvardevanyan.com
# https://www.cloudflare.com/ips/
# Cloudflare IP Ranges
- type: Allow
to:
dnsName: production.cloudflare.docker.com
- type: Allow
to:
cidrSelector: 104.16.0.0/13
- type: Allow
to:
cidrSelector: 104.24.0.0/14
Expand Down
4 changes: 4 additions & 0 deletions kubernetes/version-checker/overlays/okd/egress-firewall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,13 @@ spec:
node-role.kubernetes.io/control-plane: ""
# https://www.cloudflare.com/ips/
# Cloudflare IP Ranges
- type: Allow
to:
cidrSelector: 104.16.0.0/13
- type: Allow
to:
cidrSelector: 104.24.0.0/14

# Amazon IP Range
# https://ip-ranges.amazonaws.com/ip-ranges.json
- type: Allow
Expand Down

0 comments on commit 8324e0d

Please sign in to comment.