Skip to content

Adjust CPU and memory for Unleash instances #65

@Starefossen

Description

@Starefossen

Currently they are created without resources which gives each container default resources that is a little bit too much.

    Limits:
      cpu:                500m
      ephemeral-storage:  1Gi
      memory:             2Gi
    Requests:
      cpu:                500m
      ephemeral-storage:  1Gi
      memory:             2Gi

Can VerticalPodAutoscaler be used here? https://cloud.google.com/kubernetes-engine/docs/concepts/verticalpodautoscaler

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions