diff --git a/deploy/helm/templates/hpa.yaml b/deploy/helm/templates/hpa.yaml index ca49045..28b49d2 100644 --- a/deploy/helm/templates/hpa.yaml +++ b/deploy/helm/templates/hpa.yaml @@ -9,12 +9,13 @@ spec: name: {{ .Release.Name }}-hpa minReplicas: 1 maxReplicas: 5 - metrics: - - type: Resource - resource: - name: cpu - targetAverageUtilization: 80 - - type: Resource - resource: - name: memory - targetAverageValue: 200Mi + targetCPUUtilizationPercentage: 20 + # metrics: + # - type: Resource + # resource: + # name: cpu + # targetAverageUtilization: 80 + # - type: Resource + # resource: + # name: memory + # targetAverageValue: 200Mi