Skip to content

Commit

Permalink
Enable CORS on berg ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
masih committed Aug 5, 2024
1 parent 075baba commit 0882120
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ metadata:
kubernetes.io/ingress.class: "nginx"
cert-manager.io/cluster-issuer: "letsencrypt"
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
nginx.ingress.kubernetes.io/enable-cors: "true"
spec:
tls:
- hosts:
Expand Down

0 comments on commit 0882120

Please sign in to comment.