We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c014a3b commit f50b26aCopy full SHA for f50b26a
charts/job-board/templates/hpa.yaml
@@ -20,9 +20,9 @@ spec:
20
resource:
21
name: cpu
22
targetAverageUtilization: {{ .Values.autoscaling.targetAverageCPUUtilization }}
23
- - type: Resource
24
- resource:
25
- name: memory
26
- targetAverageValue: {{ .Values.autoscaling.targetAverageMemoryValue }}
+ # - type: Resource
+ # resource:
+ # name: memory
+ # targetAverageValue: {{ .Values.autoscaling.targetAverageMemoryValue }}
27
28
{{- end }}
charts/job-board/values.yaml
@@ -30,7 +30,7 @@ autoscaling:
30
minReplicas: 2
31
maxReplicas: 4
32
targetAverageCPUUtilization: 75
33
- #targetAverageMemoryValue: 4000Mi #TODO tune this later
+ # targetAverageMemoryValue: 4000Mi #TODO tune this later
34
35
nodeSelector: {}
36
0 commit comments