Skip to content

Commit

Permalink
Move this to a string
Browse files Browse the repository at this point in the history
  • Loading branch information
frankwiles committed Aug 28, 2024
1 parent 3e5aa8a commit 24943a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chart/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ 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.133.0.0/16,43.148.0.0/14,43.153.0.0/16,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/limit-rps: 6
nginx.ingress.kubernetes.io/denylist-source-range: "43.146.0.0/15,43.133.0.0/16,43.148.0.0/14,43.134.0.0/16,43.153.0.0/16,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/limit-rps: "6"
spec:
ingressClassName: nginx
tls:
Expand Down

0 comments on commit 24943a0

Please sign in to comment.