solo-io / gloo-portal-issues

Public tracker for issues related to Gloo Portal
https://docs.solo.io/gloo-portal/latest/
1 stars 3 forks source link

Ability to specify cpu/memory request for portal admin dashboard components #170

Open pszeto opened 2 years ago

pszeto commented 2 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Abibility to specify cpu/memory request for portal admin dashboard components

Describe the solution you'd like A clear and concise description of what you want to happen.

Similar to how the you're able to define the cpu/memory resources for the portal controller via helm values. https://docs.solo.io/gloo-portal/latest/reference/helm/ The admin dashboard should have the same ability.

# Settings for the Gloo Portal admin dashboard
adminDashboard:
  resources:
    requests:
      cpu: 512m
      memory: 512Mi

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.