readme updated

pull/30/head
Karolis Rusenas 2017-07-04 16:42:25 +01:00
parent fa90c9a4ad
commit c69995cf29
2 changed files with 11 additions and 2 deletions

View File

@ -17,9 +17,11 @@ spec:
app: keel
spec:
containers:
- image: karolisr/keel:0.2.3
- image: karolisr/keel:0.3.0
imagePullPolicy: Always
env:
env:
- name: POLL
value: "1"
- name: PUBSUB
value: "1"
- name: PROJECT_ID

View File

@ -7,6 +7,8 @@ Lightweight (uses ~10MB RAM when running) [Kubernetes](https://kubernetes.io/) s
* [Webhooks](https://github.com/rusenask/keel#webhook)
* [Polling](https://github.com/rusenask/keel#polling) (watch specific tag and update on SHA digest change)
Keel is available on [dockerhub](https://hub.docker.com/r/karolisr/keel/). Please use the latest tag available.
## Keel overview
* Stateless, runs as a single container in kube-system namespace
@ -103,6 +105,11 @@ If you don't want to expose your Keel service - I would recommend using [https:/
#### Polling
Polling is currently not enabled by default. To enable polling support for your deployments - set environment variable
__POLL=1__.
This will be enabled by default in future releases.
Since only the owners of docker registries can control webhooks - it's sometimes convenient to use
polling. Be aware that registries can be rate limited so it's a good practice to set up reasonable polling intervals.