diff --git a/README.md b/README.md index ae90415..15f0e44 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,11 @@ # Snorlax ยท [![Build Docker image](https://github.com/moonbeam-nyc/snorlax/actions/workflows/build-docker-image.yaml/badge.svg)](https://github.com/moonbeam-nyc/snorlax/actions/workflows/build-docker-image.yaml) -Snorlax is a Kubernetes operator that wakes and sleeps a set of Kubernetes deployments on a schedule. +Snorlax is a Kubernetes operator that wakes and sleeps a specified set of Kubernetes deployments on a schedule. -If you specify ingresses, they are updated to serve a wake proxy which serves a "sleeping" splash page and wakes the deployments up. +You can also specify ingresses which (when asleep) will be updated to serve a wake proxy which serves a "sleeping" splash page and wakes the deployments up. Once the deployments are ready, the ingresses are restored and the splash page will auto-refresh. -You create `SleepSchedule` resources to define the schedule for deployments (and optionally their respective ingresses). - ## Why Snorlax?