Skip to content

Commit

Permalink
fix: Initial delay e2e test use a scaler without failures (#6185)
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
  • Loading branch information
JorTurFer committed Sep 25, 2024
1 parent f196765 commit fe7add6
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,10 @@ spec:
scaleDown:
stabilizationWindowSeconds: 15
triggers:
- type: cron
- type: kubernetes-workload
metadata:
timezone: Etc/UTC
start: {{.StartMin}} * * * *
end: {{.EndMin}} * * * *
desiredReplicas: '0'
`
podSelector: 'pod=no-matches'
value: '1'`
)

func TestScaler(t *testing.T) {
Expand Down

0 comments on commit fe7add6

Please sign in to comment.