Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
shashank-nand authored Sep 20, 2023
1 parent e230685 commit 30dc911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/helm_charts/core/player/templates/hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
name: cpu
target:
type: Utilization
averageUtilization: {{ .Values.autoscaling.targetMemoryUtilizationPercentage }}
averageUtilization: {{ .Values.autoscaling.targetCPUUtilizationPercentage }}
{{- end }}
{{- if .Values.autoscaling.targetMemoryUtilizationPercentage }}
- type: Resource
Expand Down

0 comments on commit 30dc911

Please sign in to comment.