Skip to content

Commit

Permalink
Merge pull request #46 from NandosUK/sftp-healthcheck
Browse files Browse the repository at this point in the history
feat(sftp): add healthcheck
  • Loading branch information
warrenbaileynandos authored Feb 13, 2024
2 parents cece1c5 + c00064c commit d4ed4e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gcp/sftp-server/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,10 @@ module "lb-http" {
iap_config = {
enable = false
}
health_check = {
request_path = "/"
port = 80
}
}
}
}
Expand Down

0 comments on commit d4ed4e6

Please sign in to comment.