From 9323f9c7245a84335ccfbaef4ed976f1860741ca Mon Sep 17 00:00:00 2001 From: Tomash Sidei <43379202+tomashibm@users.noreply.github.com> Date: Tue, 19 Apr 2022 15:33:26 +0300 Subject: [PATCH] Add note about persistence support. (#64) Signed-off-by: Tomash Sidei --- README.md | 1 + docs/README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index c19ffc73..8e3304cc 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ The operator manages the whole lifecycle of the cluster: creating, deleting and * [x] Prometheus metrics support * [x] Scaling * [x] Configurable update strategy + * [x] Persistence (for [file storage backend](https://varnish-cache.org/docs/trunk/users-guide/storage-backends.html#file) support) * [ ] Multiple Varnish versions support * [ ] Autoscaling diff --git a/docs/README.md b/docs/README.md index bd24af48..b0e2e304 100644 --- a/docs/README.md +++ b/docs/README.md @@ -10,6 +10,7 @@ Varnish operator creates, configures and manages Varnish clusters. It generates * [x] Prometheus metrics support * [x] Scaling * [x] Configurable update strategy + * [x] Persistence (for [file storage backend](https://varnish-cache.org/docs/trunk/users-guide/storage-backends.html#file) support) * [ ] Multiple Varnish versions support * [ ] Autoscaling