Skip to content

Commit 1e6454d

Browse files
author
devops-wien-user
committed
EXO-6: [NEW] update ingress - add cors-enable/cors-allow-credentials
1 parent 973b78b commit 1e6454d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kubernetes/ingress/main.tf

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ resource "kubernetes_ingress_v1" "generic-ingress" {
1111
"haproxy.org/check" : "false" // todo: use http-check
1212
"haproxy.org/check-http" : "/health.txt"
1313
"haproxy.org/check-interval" : "10s"
14+
"haproxy.org/cors-enable": "true"
15+
"haproxy.org/cors-allow-credentials": "true"
1416
}
1517
}
1618
spec {

0 commit comments

Comments
 (0)