-
Notifications
You must be signed in to change notification settings - Fork 93
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
Added requests resources to examples/example-app.yaml #537
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,6 +43,7 @@ spec: | |
values: | ||
- linux | ||
containers: | ||
# Instrumentation source: https://github.com/nilebox/prometheus-example-app | ||
- image: nilebox/prometheus-example-app@sha256:dab60d038c5d6915af5bcbe5f0279a22b95a8c8be254153e22d7cd81b21b84c5 | ||
name: prom-example | ||
ports: | ||
|
@@ -52,3 +53,7 @@ spec: | |
- "/main" | ||
- "--process-metrics" | ||
- "--go-metrics" | ||
resources: | ||
requests: | ||
cpu: 100m | ||
memory: 100Mi | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same here. We give our operator There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No, will check, but I don't think that's important as long as it's not 2GBi (default on my autopilot cluster) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is significantly higher than other applications we have. Is the example app really more resource intensive than prometheus?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not really, but not sure if it matters as long as it's not something ridiculous by default (500m)