diff --git a/.github/workflows/build-docker-image.yaml b/.github/workflows/build-docker-image.yaml
index 3d13cbe..ebb5a58 100644
--- a/.github/workflows/build-docker-image.yaml
+++ b/.github/workflows/build-docker-image.yaml
@@ -1,4 +1,4 @@
-name: Build Docker image
+name: Docker image build
on:
push:
diff --git a/README.md b/README.md
index a5e6c72..043aa7e 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
-# Snorlax
+# Snorlax ยท [![Build Docker image](https://github.com/moon-society/snorlax/actions/workflows/build-docker-image.yaml/badge.svg)](https://github.com/moon-society/snorlax/actions/workflows/build-docker-image.yaml)
Snorlax is a Kubernetes operator which wakes and sleeps another Kubernetes deployment on a schedule.
@@ -71,7 +71,7 @@ hours each night and on weekends, that means they'll sleep ~55% of the month.
## Other features
-- **Ingress controller awareness**: Snorlax determines which ingress controller you're running so it can create the correct ingress routes
+- **Ingress controller awareness**: Snorlax determines which ingress controller you're running so it can create the correct ingress routes for sleep.
## Try it yourself locally
@@ -105,4 +105,12 @@ make operator-run
- Add support for custom wake and sleep actions (e.g. hit a webhook on wake)
- Add support for cron-style schedules (e.g. `0 8 * * *`)
- Add button to manually wake up the deployment (instead of auto-waking on request)
-- Custom image/gif for sleeping page
\ No newline at end of file
+- Custom image/gif for sleeping page
+
+## Reach out
+
+Wondering how to best use Snorlax? Have questions or ideas for new features?
+
+I'd love to hear, and maybe even build it! Reach out to me at:
+
+
\ No newline at end of file
diff --git a/proxy/static/readme-email-address.png b/proxy/static/readme-email-address.png
new file mode 100644
index 0000000..259e1ae
Binary files /dev/null and b/proxy/static/readme-email-address.png differ