Skip to content

Commit 681028c

Browse files
Merge branch 'chart_refactor' of https://github.com/developmentseed/eoapi-k8s into chart_refactor
2 parents d490e11 + 8103c8b commit 681028c

File tree

1 file changed

+1
-1
lines changed
  • helm-chart/eoapi/templates/services/vector

1 file changed

+1
-1
lines changed

helm-chart/eoapi/templates/services/vector/hpa.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
minReplicas: {{ .Values.vector.autoscaling.minReplicas }}
1414
maxReplicas: {{ .Values.vector.autoscaling.maxReplicas }}
1515
behavior:
16-
{{- with .Values.vector.autoscaling.behaviour }}
16+
{{- with .Values.vector.autoscaling.behavior }}
1717
scaleDown:
1818
stabilizationWindowSeconds: {{ .scaleDown.stabilizationWindowSeconds }}
1919
scaleUp:

0 commit comments

Comments
 (0)