Enable cors
This commit is contained in:
parent
25cfb90a86
commit
825e9a835a
|
@ -11,6 +11,8 @@ metadata:
|
|||
ingress.kubernetes.io/proxy-connect-timeout: "300"
|
||||
ingress.kubernetes.io/proxy-send-timeout: "300"
|
||||
ingress.kubernetes.io/proxy-read-timeout: "300"
|
||||
ingress.kubernetes.io/enable-cors: "true"
|
||||
ingress.kubernetes.io/cors-allow-methods: "GET, PUT, POST, DELETE, PATCH, OPTIONS"
|
||||
spec:
|
||||
tls:
|
||||
- hosts:
|
||||
|
|
Loading…
Reference in New Issue