forked from ab/homelab
Added prom-stack
This commit is contained in:
36
k8s/core/prometheus/prom-values.yaml
Normal file
36
k8s/core/prometheus/prom-values.yaml
Normal file
@ -0,0 +1,36 @@
|
||||
grafana:
|
||||
enabled: false
|
||||
prometheus:
|
||||
prometheusSpec:
|
||||
enableRemoteWriteReceiver: true
|
||||
additionalScrapeConfigs:
|
||||
- job_name: outline_vpn
|
||||
static_configs:
|
||||
- targets: ['100.117.24.104:9095']
|
||||
labels: {instance: cy}
|
||||
- targets: ['100.117.24.104:9096']
|
||||
labels: {instance: am}
|
||||
- targets: ['100.117.24.104:9097']
|
||||
labels: {instance: jp}
|
||||
- targets: ['100.117.24.104:9098']
|
||||
labels: {instance: bg}
|
||||
- targets: ['100.117.24.104:9099']
|
||||
labels: {instance: fi}
|
||||
|
||||
- job_name: term_humid_sensors
|
||||
static_configs:
|
||||
- targets: ['100.117.24.104:7536']
|
||||
|
||||
retention: "99999d"
|
||||
retentionSize: "0"
|
||||
nodeSelector:
|
||||
kubernetes.io/hostname: master.tail2fe2d.ts.net
|
||||
storageSpec:
|
||||
volumeClaimTemplate:
|
||||
spec:
|
||||
storageClassName: ""
|
||||
accessModes: ["ReadWriteOnce"]
|
||||
resources:
|
||||
requests:
|
||||
storage: 200Gi
|
||||
|
Reference in New Issue
Block a user