Bellow :#algorithm-details
Alternatively, scale on raw resource values without depending on resource requests:
type: Resource
resource:
name: cpu
target:
type: AverageValue
averageValue: 100m
---
type: Resource
resource:
name: memory
target:
type: AverageValue
averageValue: 512Mi
With AverageValue, the HPA scales based on actual measured resource consumption per pod, independent of resource requests.