1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

fix(app): get utilization percentage in payload [EE-6387] (#10962)

Co-authored-by: testa113 <testa113>
This commit is contained in:
Ali 2024-01-17 08:33:40 +13:00 committed by GitHub
parent 95474b7dc5
commit 752be47fcc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 2 deletions

View file

@ -7,7 +7,7 @@ const _KubernetesHorizontalPodAutoScaler = Object.freeze({
Name: '',
MinReplicas: 1,
MaxReplicas: 1,
TargetCPUUtilization: 0,
targetCpuUtilizationPercentage: 0,
TargetEntity: {
ApiVersion: '',
Kind: '',