feat: new sleep time

This commit is contained in:
Nicholas Morey 2023-01-13 13:36:26 -05:00
parent b15bfed93c
commit 120fdf937b
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ spec:
- applications:
- '*' # any
kind: deny
schedule: '52 12 * * *'
schedule: '37 13 * * *'
duration: 8m
timeZone: EST
namespaces:

View File

@ -51,8 +51,8 @@ spec:
weekdays: "*"
# sleepAt: "*:*/5"
# wakeUpAt: "*:*/7"
sleepAt: "12:56"
wakeUpAt: "13:00"
sleepAt: "13:40"
wakeUpAt: "12:00"
timeZone: "America/Toronto"
excludeRef:
- apiVersion: "apps/v1"