Kubernetes Ingress-nginx CORS: How to allow multiple Origins?
It's currently possible to allow a single domain or subdomain but I would like to allow multiple origins. I have tried many things like adding headers with snipets but had no success. This is my current ingress configuration: kind: Ingress…