Roundup Tracker - Issues

Issue 2551303

classification
K8s/Kubernetes spec for Roundup
Type: Severity: normal
Components: Installation Versions:
process
Status: new
:
: : rouilj
Priority: :

Created on 2023-11-25 19:54 by rouilj, last changed 2023-11-25 19:54 by rouilj.

Messages
msg7865 Author: [hidden] (rouilj) Date: 2023-11-25 19:54
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:59rouiljcreate