Skip to content

[REQUEST] Customize setting the resources on the rbac-proxy container #82

Closed
@DeviaVir

Description

@DeviaVir

Is your feature request related to a problem? Please describe.

It looks like because we are not currently setting any resource requests/limits, some (looking at you GKE) schedulers come up with crazy (expensive) numbers like:

        resources:
          limits:
            cpu: 500m
            ephemeral-storage: 1Gi
            memory: 2Gi
          requests:
            cpu: 500m
            ephemeral-storage: 1Gi
            memory: 2Gi

Describe the solution you'd like

Since we want to stay away of setting defaults, let's at least make it possible to customize these values.

Describe alternatives you've considered

Considered investigating if autopilot.gke.io/primary-container could help with this, but it already says it applies to the first container (which is the tor-controller already)

Additional context

Screenshot 2024-12-30 17 58 46

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions