Skip to content
Snippets Groups Projects
Verified Commit 36d6c564 authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Add CORS headers

parent e75b5ab7
No related branches found
No related tags found
No related merge requests found
Pipeline #9637 passed
......@@ -41,6 +41,8 @@ kind: Ingress
metadata:
annotations:
cert-manager.io/cluster-issuer: "letsencrypt-production"
nginx.ingress.kubernetes.io/enable-cors: "true"
nginx.ingress.kubernetes.io/cors-allow-origin: 'wakefield.ai'
kubernetes.io/ingress.class: nginx
name: "movie-titles"
spec:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment