Skip to content

Commit

Permalink
fix: Increase ingress timeout (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
adityachoudhari26 authored Jun 25, 2024
1 parent 8acef1f commit 4ee0e60
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,10 @@ module "wandb" {
issuer = { create = false }

annotations = {
"kubernetes.io/ingress.class" = "azure/application-gateway"
"cert-manager.io/cluster-issuer" = "cert-issuer"
"cert-manager.io/acme-challenge-type" = "http01"
"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
}

tls = [
Expand Down

0 comments on commit 4ee0e60

Please sign in to comment.