Skip to content

Commit

Permalink
fix: Change ingress timeout to string (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
adityachoudhari26 authored Jun 26, 2024
1 parent 636fa95 commit 64b96bc
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 64b96bc

Please sign in to comment.