From 50b18e66714202e69789667246e1a8359c0d2bf1 Mon Sep 17 00:00:00 2001 From: Peter Valdez Date: Sun, 2 Jun 2024 16:27:32 -0400 Subject: [PATCH] Update the README to contain a list of deployments --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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