diff --git a/k8s/monitoring/prom-scrape-configs/scrape-configs.yaml b/k8s/monitoring/prom-scrape-configs/scrape-configs.yaml index bc70018..f2e5297 100644 --- a/k8s/monitoring/prom-scrape-configs/scrape-configs.yaml +++ b/k8s/monitoring/prom-scrape-configs/scrape-configs.yaml @@ -29,7 +29,6 @@ - job_name: static_http_targets static_configs: - targets: - - ubnt:9001 # mongod-exporter - rpi4-build:8080 - docker:9170 # docker hub prometheus exporter - jellyfin:8096 # jellyfin diff --git a/talos/k8s/operators/rook/cluster.yaml b/talos/k8s/operators/rook/cluster.yaml index faa11dd..1b557d3 100644 --- a/talos/k8s/operators/rook/cluster.yaml +++ b/talos/k8s/operators/rook/cluster.yaml @@ -66,6 +66,7 @@ spec: ssl: false # The url of the Prometheus instance # prometheusEndpoint: ://: + prometheusEndpoint: http://prometheus-operated.monitoring.svc.cluster.local:9090 # Whether SSL should be verified if the Prometheus server is using https # prometheusEndpointSSLVerify: false # enable prometheus alerting for cluster @@ -221,6 +222,11 @@ spec: # monitoring: # crashcollector: resources: + osd-hdd: + limits: + memory: 10Gi + requests: + memory: 4Gi #The requests and limits set here, allow the mgr pod to use half of one CPU core and 1 gigabyte of memory # mgr: # limits: