Move the KSM values to a separate file to make it easy to change without
affecting the other values. Use ConfigMapGenerator to put these values
in a ConfigMap and refer to it in HelmRelease as valuesFrom ConfigMap.
Signed-off-by: Sunny <darkowlzz@protonmail.com>
- Add `suspended` labels to all info metrics
- Add `url` and `revision` labels to source metrics
- Add `source_name` and `revision` labels to Kustomization objects
- Add `chart_name` and `revision` labels to HelmRelease objects
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Kube-prometheus-stack helm release values have been updated to deploy
kube-state-metrics to watch flux custom resources only.
loki-stack has be copied from flux2 configuration.
monitoring-config has been updated to use the kube-state-metrics flux
resource metrics in the cluster dashboard.
Signed-off-by: Sunny <darkowlzz@protonmail.com>