Closed dexter136 closed 2 years ago
Thanks! Fixed in 4ac77de79e126413e2be71c8b9faaa68542a077a.
I did not state that properly. The configuration should be:
loki-stack:
loki:
serviceMonitor:
enabled: true
As an example, here is my values file. I also setup a PVC for storage, set the retention period to 10 days, and enabled service monitor on promtail. https://github.com/dexter136/homelab/blob/master/monitoring-system/loki/values.yaml
I need some coffee lol. Fixed in 6fd1ba1
https://github.com/khuedoan/homelab/blob/9b51109cae23cd3bf823ee93288a4b45e4a87683/system/loki/values.yaml#L1-L3
This needs to be under the heading
loki-stack:
. Currently this does not enable the service monitor, as the values are not read.