Skip to content

Commit

Permalink
Document the requires feature
Browse files Browse the repository at this point in the history
  • Loading branch information
azlyth committed Jun 5, 2024
1 parent 9dfbb07 commit 49c6575
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ As a common example, if you sleep all of your staging/ephemeral deployments for
ingresses:
- name: your-app-ingress
# (optional, defaults to all deployments) specify which deployments
# must be up to wake this ingress
requires:
deployments:
- name: your-app-frontend
# (optional, defaults to UTC) the timezone to use for the input times above
timezone: 'America/New_York'
```
Expand Down

0 comments on commit 49c6575

Please # to comment.