feat: remove truenas-remote monitoring

This commit is contained in:
auricom
2021-12-01 19:40:01 +01:00
parent 63cfa059da
commit eb89be9efa

View File

@@ -210,7 +210,7 @@ spec:
pathType: Prefix pathType: Prefix
ingressClassName: "nginx" ingressClassName: "nginx"
# annotations: # annotations:
# traefik.ingress.kubernetes.io/router.entrypoints: "websecure" # traefik.ingress.kubernetes.io/router.entrypoints: "websecure"
hosts: ["grafana.${SECRET_CLUSTER_DOMAIN}"] hosts: ["grafana.${SECRET_CLUSTER_DOMAIN}"]
tls: tls:
- hosts: - hosts:
@@ -274,13 +274,13 @@ spec:
- targets: ["${LOCAL_LAN_TRUENAS}:9273"] - targets: ["${LOCAL_LAN_TRUENAS}:9273"]
labels: labels:
app: "truenas" app: "truenas"
- job_name: "truenas-remote" # - job_name: "truenas-remote"
scrape_interval: 60s # scrape_interval: 60s
metrics_path: "/metrics" # metrics_path: "/metrics"
static_configs: # static_configs:
- targets: ["${LOCAL_LAN_TRUENAS_REMOTE}:9273"] # - targets: ["${LOCAL_LAN_TRUENAS_REMOTE}:9273"]
labels: # labels:
app: "truenas-remote" # app: "truenas-remote"
# Example scrape config for probing ingresses via the Blackbox Exporter. # Example scrape config for probing ingresses via the Blackbox Exporter.
# #
# The relabeling allows the actual ingress scrape endpoint to be configured # The relabeling allows the actual ingress scrape endpoint to be configured