Skip to content

Commit

Permalink
PTFE-1388 update HPA config and apiVersion (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarmet authored Jan 25, 2024
1 parent 16cd1f6 commit c535355
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/artifacts/templates/autoscaler.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: autoscaling/v1
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: {{ template "fullname" $ }}
Expand Down
14 changes: 13 additions & 1 deletion charts/artifacts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,19 @@ deployment:
## of criterias to meet to scale up and down.
##
autoscalerSpec:
targetCPUUtilizationPercentage: 90
metrics:
- type: Resource
resource:
name: cpu
target:
type: Utilization
averageUtilization: 50
- type: Resource
resource:
name: memory
target:
type: AverageValue
averageValue: 500Mi

artifacts:
## Configure resource requests and limits
Expand Down

0 comments on commit c535355

Please sign in to comment.