Skip to content

Commit

Permalink
Clarify the ingress logic in README
Browse files Browse the repository at this point in the history
  • Loading branch information
azlyth committed Jun 4, 2024
1 parent 139a729 commit 1c8f36d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Snorlax is a Kubernetes operator that wakes and sleeps a set of Kubernetes deployments on a schedule.

If you specify ingresses, a request to any of the ingresses will serve a cute sleeping Snorlax page served and the Kubernetes deployments are woken up.
If you specify ingresses, they are updated to serve a wake proxy which serves a cute sleeping Snorlax page and wakes the deployments up.
Once the deployments are ready, the page will auto-refresh.

You create `SleepSchedule` resources to define the schedule for deployments (and optionally their respective ingresses).
Expand Down Expand Up @@ -117,7 +117,6 @@ make dev-run
- Select deployments & ingresses by label
- Support wildcards for deployment & ingress names


## Reach out

Wondering how to best use Snorlax? Have questions or ideas for new features?
Expand Down

0 comments on commit 1c8f36d

Please sign in to comment.