Skip to content

Commit

Permalink
add checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Jun 20, 2024
1 parent 1640afc commit 1b1b290
Showing 1 changed file with 40 additions and 1 deletion.
41 changes: 40 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,43 @@ Then run the following command to run the test:

```bash
npx projen test
```
```

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

0 comments on commit 1b1b290

Please sign in to comment.