Skip to content

Commit

Permalink
Update the README to contain a list of deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
azlyth committed Jun 2, 2024
1 parent 58b1f90 commit 50b18e6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,18 @@ As a common example, if you sleep all of your staging/ephemeral deployments for
wakeTime: '8:00am'
sleepTime: '10:00pm'
deployments:
- your-app-deployment
# (optional, defaults to UTC) the timezone to use for the input times above
timezone: 'America/New_York'
- your-app-frontend
- your-app-db
- your-app-redis
# (optional) the ingresses to update and point to the snorlax wake proxy,
# which wakes your deployment when a request is received while it's
# sleeping.
ingresses:
- your-app-ingress
# (optional, defaults to UTC) the timezone to use for the input times above
timezone: 'America/New_York'
```

3. Apply the `SleepSchedule` resource
Expand Down

0 comments on commit 50b18e6

Please sign in to comment.