Skip to content

Commit af75784

Browse files
authored
Fixed periodSeconds in HPA scaleDown example
1 parent b6e402a commit af75784

File tree

1 file changed

+1
-1
lines changed
  • keps/sig-autoscaling/853-configurable-hpa-scale-velocity

1 file changed

+1
-1
lines changed

keps/sig-autoscaling/853-configurable-hpa-scale-velocity/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ behavior:
207207
policies:
208208
- type: Pods
209209
value: 5
210-
periodSeconds: 600
210+
periodSeconds: 60
211211
```
212212

213213
i.e., the algorithm will:

0 commit comments

Comments
 (0)