diff --git a/README.md b/README.md index 5b922c4..d0f048a 100644 --- a/README.md +++ b/README.md @@ -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