Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bwplotka
Copy link
Collaborator

Related to #536

Copy link
Member

@TheSpiritXIII TheSpiritXIII left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Left some comments but I know we want to improve the example app so I'm not going to be too picky here.

@@ -52,3 +53,7 @@ spec:
- "/main"
- "--process-metrics"
- "--go-metrics"
resources:
requests:
cpu: 100m
Copy link
Member

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?

Copy link
Collaborator Author

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)

resources:
requests:
cpu: 100m
memory: 100Mi
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here. We give our operator 32M. Did you check actual usage?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The 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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants