agola/examples/kubernetes/simple
Simone Gotti ac866b5ed7 examples: add cookieSigning config 2023-06-22 18:05:26 +02:00
..
README.md doc/examples: document usage of sql database 2022-03-31 15:35:31 +02:00
agola.yml examples: add cookieSigning config 2023-06-22 18:05:26 +02:00

README.md

Agola simple k8s test deployment

This is the simplest (and not production ready deployment).

  • uses a local sqlite db.
  • creates a PersistentVolumeClaim that will be used as the object storage container for all the components
  • created a deployment with a single replica

You MUST NOT increase the replicas or every pod will uses a different sqlite db causing many issues and errors (and also the pods will fail if scheduled on different k8s node since the PV for the object storage cannot be mounted on multiple nodes)