parent
8501a01bd9
commit
be8364ec4a
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -66,6 +66,7 @@ spec:
|
|||
ssl: false
|
||||
# The url of the Prometheus instance
|
||||
# prometheusEndpoint: <protocol>://<prometheus-host>:<port>
|
||||
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:
|
||||
|
|
Loading…
Add table
Reference in a new issue