Skip to content

Commit

Permalink
remove cors config of ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
nowinkeyy committed Feb 19, 2024
1 parent 8f8ece9 commit f30a67c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ metadata:
expires 30d;
add_header Cache-Control "public";
}
nginx.ingress.kubernetes.io/cors-allow-methods: PUT, GET, POST, DELETE, PATCH, OPTIONS
nginx.ingress.kubernetes.io/cors-allow-origin: '*'
nginx.ingress.kubernetes.io/proxy-body-size: 3g
nginx.ingress.kubernetes.io/proxy-next-upstream-timeout: '180'
nginx.ingress.kubernetes.io/proxy-send-timeout: '180'
Expand Down

0 comments on commit f30a67c

Please sign in to comment.