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

Allow specifying separate kube-rbac-proxy resource requirements #3333

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

chotiwat
Copy link

@chotiwat chotiwat commented Mar 8, 2024

The actions-runner-controller Helm chart currently reuses the resource requirements of the manager container. This PR adds separate resource requirements for to the kube-rbac-proxy containers.

| `actionsMetrics.proxy.image.repository` | The "repository/image" of the kube-proxy container | quay.io/brancz/kube-rbac-proxy |
| `actionsMetrics.proxy.image.tag` | The tag of the kube-proxy image to use when pulling the container | v0.13.1 |
| `actionsMetrics.proxy.resources` | Set the kube-rbac-proxy container resources | |
Copy link
Author

Choose a reason for hiding this comment

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

I didn't add metrics.proxy.resources to the table because none of the metrics.* values are here. Let me know if I should add them.

@chotiwat
Copy link
Author

Hi @rentziass, could you take a look a this PR when you have a chance?

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

1 participant