cmthomps
Results
2
issues of
cmthomps
Cors?
1
Is there a way to add the nginx cors annotations using the apigateway ingress? I've tried adding the following annotations: apigateway.ingress.kubernetes.io/enable-cors: "true" apigateway.ingress.kubernetes.io/cors-allow-methods: "DELETE, PUT, GET, POST, OPTIONS" apigateway.ingress.kubernetes.io/cors-allow-origin: "*"...
enhancement
When I attempt to deploy this, the nginx container fails and stops with an error "nginx: [emerg] host not found in upstream "app" in /etc/nginx/nginx.conf:24". It seems like the internal...