diff --git a/platform-apps/charts/kube-prometheus-stack/values-k3d.yaml b/platform-apps/charts/kube-prometheus-stack/values-k3d.yaml index 3b0a96120..072ad83b2 100644 --- a/platform-apps/charts/kube-prometheus-stack/values-k3d.yaml +++ b/platform-apps/charts/kube-prometheus-stack/values-k3d.yaml @@ -3515,7 +3515,7 @@ kube-prometheus-stack: ## prometheus resource to be created with selectors based on values in the helm deployment, ## which will also match the servicemonitors created ## - serviceMonitorSelectorNilUsesHelmValues: true + serviceMonitorSelectorNilUsesHelmValues: false ## ServiceMonitors to be selected for target discovery. ## If {}, select all ServiceMonitors diff --git a/platform-apps/charts/loki/values-k3d.yaml b/platform-apps/charts/loki/values-k3d.yaml index c12cc1665..ada8f1c2d 100644 --- a/platform-apps/charts/loki/values-k3d.yaml +++ b/platform-apps/charts/loki/values-k3d.yaml @@ -96,7 +96,7 @@ loki: # It will create custom resources for GrafanaAgent, LogsInstance, and PodLogs to configure # scrape configs to scrape its own logs with the labels expected by the included dashboards. selfMonitoring: - enabled: false + enabled: true # The Loki canary pushes logs to and queries from this loki installation to test # that it's working correctly lokiCanary: