From 1b1b290b86fc962b83f5784c114dbe6ede92926e Mon Sep 17 00:00:00 2001 From: "Jens W. Klein" Date: Thu, 20 Jun 2024 09:53:07 +0200 Subject: [PATCH] add checklist --- README.md | 41 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a5c0979..fae4db0 100644 --- a/README.md +++ b/README.md @@ -23,4 +23,43 @@ Then run the following command to run the test: ```bash npx projen test -``` \ No newline at end of file +``` + +WIP Checklist: + +Each step need to be implemented with tests! + +- [ ] Start Backend + - [ ] deployment + - [ ] service + - [ ] pdb + - [ ] init container running plone-site-create + - [ ] lifecycle checks (readiness, liveness) + - [ ] sidecars + - [ ] generic way to inject sidecars + - [ ] (optional) direct way to specify metrics sidecar (prometheus exporter) + - [ ] (optional) direct way to specify logging sidecar (fluentd/loki?) +- [ ] Start Frontend + - [ ] deployment + - [ ] service + - [ ] pdb + - [ ] lifecycle checks (readiness, liveness) + - [ ] sidecars + - [ ] generic way to inject sidecars + - [ ] (optional) direct way to specify metrics sidecar (prometheus exporter) + - [ ] (optional) direct way to specify logging sidecar (fluentd/loki?) + +- [ ] Start Varnish + - [ ] deployment + - [ ] service + - [ ] pdb + - [ ] lifecycle checks (readiness, liveness) + - [ ] sidecars + - [ ] generic way to inject sidecars + - [ ] (optional) direct way to specify metrics sidecar (prometheus exporter) + - [ ] (optional) direct way to specify logging sidecar (fluentd/loki?) + +- [ ] Other Languages + - [ ] Check Python distribution + - [ ] Check Java distribution + - [ ] Check Go distribution \ No newline at end of file