Skip to content

Commit

Permalink
feat(alloy): remove event handler
Browse files Browse the repository at this point in the history
- remove pod limits and requests for events handler
  • Loading branch information
Xaving committed Nov 20, 2024
1 parent c880658 commit 558a743
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -201,18 +201,6 @@ variable "resources" {
memory = optional(string, "512Mi")
}), {})
}), {})

grafana_eventhandler = optional(object({
requests = optional(object({
cpu = optional(string, "100m")
memory = optional(string, "128Mi")
}), {})
limits = optional(object({
cpu = optional(string)
memory = optional(string, "256Mi")
}), {})
}), {})

})
default = {}
}
Expand Down

0 comments on commit 558a743

Please sign in to comment.