Skip to content

v4.0.0-no-jwt-disable-k8s-secrets

Latest
Compare
Choose a tag to compare
@yaxinlx yaxinlx released this 04 Sep 08:56
· 265 commits to master since this release
Compress database when storing in a K8S Secret

With this change, the database is compressed before storing in
a Kuberntes Secret, which currently has a maximum size of 1Mi.
Because of this limit, it has been found that the maximum number
of devices allowed is 12000. This creates a db which is around 30Mi,
but is compressed down to around 900Ki.

Closes #697

Signed-off-by: Luis Pabón <[email protected]>
Signed-off-by: liuxu <[email protected]>