Skip to content

Commit

Permalink
Add another range
Browse files Browse the repository at this point in the history
  • Loading branch information
frankwiles committed Aug 28, 2024
1 parent bc36215 commit de4b93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadata:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-production
kubernetes.io/tls-acme: "true"
nginx.ingress.kubernetes.io/denylist-source-range: "43.146.0.0/15,43.148.0.0/14,43.176.0.0/12,103.95.224.0/22,114.117.144.0/20,142.70.0.0/16,142.86.0.0/16,149.41.0.0/16,150.248.0.0/16,158.79.0.0/24"
nginx.ingress.kubernetes.io/denylist-source-range: "43.146.0.0/15,43.148.0.0/14,43.153.0.0/18,43.176.0.0/12,103.95.224.0/22,114.117.144.0/20,142.70.0.0/16,142.86.0.0/16,149.41.0.0/16,150.248.0.0/16,158.79.0.0/24"
spec:
ingressClassName: nginx
tls:
Expand Down

0 comments on commit de4b93e

Please sign in to comment.