Skip to content

Commit

Permalink
fix: Change ingress timeout to string
Browse files Browse the repository at this point in the history
  • Loading branch information
adityachoudhari26 committed Jun 26, 2024
1 parent 636fa95 commit b1b3834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ module "wandb" {
"kubernetes.io/ingress.class" = "azure/application-gateway"
"cert-manager.io/cluster-issuer" = "cert-issuer"
"cert-manager.io/acme-challenge-type" = "http01"
"appgw.ingress.kubernetes.io/request-timeout" = 300
"appgw.ingress.kubernetes.io/request-timeout" = "300"
}

tls = [
Expand Down

0 comments on commit b1b3834

Please sign in to comment.