Roundup Tracker - Issues

Message7865

Author rouilj
Recipients rouilj
Date 2023-11-25.19:54:58
Message-id <1700942099.03.0.183764364602.issue2551303@roundup.psfhosted.org>
In-reply-to
Since we have a working docker image, I wonder if it can be deployed to kubernetes.

https://sntyj.prose.sh/converting_containers_to_kubernetes

gives some hints/ideas on doing so.

Minimal spec to start would be:

   persistent volume and claim definitions

used by

    pod with one container (current docker running roundup-server)

accessed through a

    a roundup service using traefik ingress

backend sqlite. Deployable from helm chart would be nice.

Additional ideas:

  spin up postgresql backend in the same or different pod

  use nginx or other full fledged proxy in front of roundup-server (probably running in
      same pod.)
History
Date User Action Args
2023-11-25 19:54:59rouiljsetrecipients: + rouilj
2023-11-25 19:54:59rouiljsetmessageid: <1700942099.03.0.183764364602.issue2551303@roundup.psfhosted.org>
2023-11-25 19:54:58rouiljlinkissue2551303 messages
2023-11-25 19:54:58rouiljcreate