mirror of
https://github.com/nold360/hive-apps
synced 2025-02-11 10:41:18 +00:00
Compare commits
No commits in common. "69b2129536762a8272bffd16a1e772e093e917e9" and "5268aa2bfb3cc8e50c7b503a5cdfff5028dc7f04" have entirely different histories.
69b2129536
...
5268aa2bfb
2 changed files with 10 additions and 1 deletions
|
@ -4,7 +4,7 @@ deployment:
|
||||||
image:
|
image:
|
||||||
repository: quay.io/go-skynet/local-ai
|
repository: quay.io/go-skynet/local-ai
|
||||||
#tag: latest-aio-gpu-nvidia-cuda-12
|
#tag: latest-aio-gpu-nvidia-cuda-12
|
||||||
tag: v2.20.1-cublas-cuda12-ffmpeg
|
tag: v2.20.0-cublas-cuda12-ffmpeg
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
runtimeClassName: nvidia
|
runtimeClassName: nvidia
|
||||||
|
|
||||||
|
|
|
@ -98,12 +98,21 @@ prometheus:
|
||||||
# scrape_interval: 60s
|
# scrape_interval: 60s
|
||||||
# static_configs:
|
# static_configs:
|
||||||
# - targets: ['127.0.0.1:9902']
|
# - targets: ['127.0.0.1:9902']
|
||||||
|
- job_name: 'openwrt-router'
|
||||||
|
scrape_interval: 60s
|
||||||
|
static_configs:
|
||||||
|
- targets: ['192.168.1.1:9100']
|
||||||
|
|
||||||
- job_name: 'hive-ipmi'
|
- job_name: 'hive-ipmi'
|
||||||
scrape_interval: 60s
|
scrape_interval: 60s
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: ['192.168.1.111:9290']
|
- targets: ['192.168.1.111:9290']
|
||||||
|
|
||||||
|
- job_name: 'esplant'
|
||||||
|
scrape_interval: 60s
|
||||||
|
static_configs:
|
||||||
|
- targets: ['esplant.lan:80']
|
||||||
|
|
||||||
- job_name: 'kubernetes-services'
|
- job_name: 'kubernetes-services'
|
||||||
scrape_interval: 120s
|
scrape_interval: 120s
|
||||||
kubernetes_sd_configs:
|
kubernetes_sd_configs:
|
||||||
|
|
Loading…
Add table
Reference in a new issue