Samples for deploying tt-rss on k8s

in case this helps someone, here’s sample deployment scripts for tt-rss on kubernetes - archive/ttrss-k8s: Sample deployment files for tt-rss on Kubernetes (using Docker Hub images) - ttrss-k8s - Tiny Tiny RSS which use official docker hub images.

you will need to, at least:

  • edit self url path in the configmap which should reflect your loadbalancer setup;
  • provide two persistent volumes to tt-rss namespace (claims are included);
  • either free up /tt-rss/ for the included ingress setup or pass an entire vhost, as usual prefix is not configurable;

when you’re done with the above, run kubectl -f . -n ttrss or w/e.

i’m sure there are many other similar scripts but these are right from the horse’s mouth, so to speak.