Skip to content

Commit

Permalink
feat: add varnish httpcache using kube-httpcache (#18)
Browse files Browse the repository at this point in the history
* feat: add varnish httpcache using kube-httpcache

---------

Signed-off-by: github-actions <github-actions@github.com>
Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
jensens and github-actions authored Aug 12, 2024
1 parent 4258b32 commit 03314ae
Show file tree
Hide file tree
Showing 7 changed files with 1,217 additions and 8 deletions.
241 changes: 241 additions & 0 deletions API.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,7 @@ Each step need to be implemented with tests!
- [ ] depend on ready/live backend (needed?)
- [x] generic way to inject sidecars

- [ ] Start Varnish
- [ ] deployment
- [ ] do not depend on backend/front end to be up, but configure to deliver from cache if possible.
- [ ] service
- [ ] pdb
- [ ] lifecycle checks (readiness, liveness)
- [ ] generic way to inject sidecars
- find a way to purge caches. based on kitconcept varnish purger? needs evaluation
- [x] Start Varnish (using kube-httcache)

- [ ] Other Languages
- [x] Check Python distribution
Expand Down
Loading

0 comments on commit 03314ae

Please sign in to comment.