• grafana-simple ( io.yupiik.alveoli:grafana-simple:1.0.30 ): simple Grafana instance, note we preconfigure it with Loki, Prometheus and grafana alveoli, ensure to override the configuration if you don't use them.

WARNING
Starting from 1.0.20, the Promtail descriptor moved from Deployment to DaemonSet.
TIP
You can set --monitoring.namespace to deploy the full stack in a dedicated namespace.

Starting from 1.0.20, we added the resource request/limit placeHolder with default in all the dependencies. You can remove them by patching the descriptor like:

{
  "op": "remove",
  "path": "/spec/template/spec/containers/0/resources"
}

You need to add this in all the descriptor dependencies.