You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[kube-prometheus-stack] Show tmpfs option for Prometheus storageSpec (#363)
* Show tmpfs option for Prometheus storageSpec
Did some digging for how to configure the default emptyDir for the `/prometheus` mount and I found https://github.com/prometheus-community/helm-charts/blob/3ab7f9b04e1ab5abd6c0b35268368422436ae3a6/charts/kube-prometheus-stack/crds/crd-prometheuses.yaml#L4502
Adding comment to storageSpec in case future folks want to use a tmpfs mount for metrics (useful for short-term/ephemeral things, fast queries, or for not ruining a RaspberryPi microSD card)
Signed-off-by: Adrian Chifor <me@adrianchifor.com>
* Bump chart version
Signed-off-by: Adrian Chifor <me@adrianchifor.com>
* Remove trailing space
Signed-off-by: Adrian Chifor <me@adrianchifor.com>
0 commit comments