We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 973b78b commit 1e6454dCopy full SHA for 1e6454d
kubernetes/ingress/main.tf
@@ -11,6 +11,8 @@ resource "kubernetes_ingress_v1" "generic-ingress" {
11
"haproxy.org/check" : "false" // todo: use http-check
12
"haproxy.org/check-http" : "/health.txt"
13
"haproxy.org/check-interval" : "10s"
14
+ "haproxy.org/cors-enable": "true"
15
+ "haproxy.org/cors-allow-credentials": "true"
16
}
17
18
spec {
0 commit comments