8000 chore: add resources_monitoring to dogfood by defelmnq · Pull Request #16600 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

chore: add resources_monitoring to dogfood #16600

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Feb 19, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to 8000
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
work on dogfood resources monitoring
  • Loading branch information
defelmnq committed Feb 18, 2025
commit 68a020066062f032747728f4de81cd6511156f46
5 changes: 5 additions & 0 deletions dogfood/contents/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,11 @@ resource "coder_agent" "dev" {
enabled = true
threshold = 80
}
volume {
enabled = true
threshold = 80
path = "/"
}
}

startup_script = <<-EOT
Expand Down
Loading
0