diff --git a/chart/values.yaml b/chart/values.yaml index 18133b9..3568d33 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -3,6 +3,9 @@ # Declare variables to be passed into your templates. # Ciao is not designed to be horizontally scalable +# due to architecture decisions (no external dependencies): +# * in-memory (background) job scheduler: rufus-scheduler +# * internal database: sqlite # replicaCount must be 1 replicaCount: 1