Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

CPU requests change to 0 when limits introduced. #15

@varditn

Description

@varditn

When setting k8s resources limits on AS pod that doesn't have requests configured manually, CPU requests change to 0 from the default 1 value.

resources:
    limits:
      cpu: 1300m
      memory: 1395864371200m
    requests:
      cpu: "0"
      memory: 1Gi

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions