Adding current working alertmanger config
This commit is contained in:
parent
2cb56a97e0
commit
ca623df110
Binary file not shown.
|
|
@ -12,6 +12,8 @@ prometheus:
|
|||
password: aeThoom4deiNgeici0Th
|
||||
static_configs:
|
||||
- targets: [ 'dyndns-muc.moritzgraf.de:60200']
|
||||
labels:
|
||||
namespace: monitoring
|
||||
- job_name: muc-living
|
||||
scrape_interval: 1m
|
||||
basic_auth:
|
||||
|
|
@ -19,6 +21,8 @@ prometheus:
|
|||
password: eeLie9Mai9ahfi5ahy2i
|
||||
static_configs:
|
||||
- targets: [ 'dyndns-muc.moritzgraf.de:60201']
|
||||
labels:
|
||||
namespace: monitoring
|
||||
- job_name: rgbg-living
|
||||
scrape_interval: 1m
|
||||
basic_auth:
|
||||
|
|
@ -26,6 +30,18 @@ prometheus:
|
|||
password: oonohNaej6soh7TooPha
|
||||
static_configs:
|
||||
- targets: [ 'dyndns.moritzgraf.de:60200']
|
||||
labels:
|
||||
namespace: monitoring
|
||||
storageSpec:
|
||||
## Using PersistentVolumeClaim
|
||||
##
|
||||
volumeClaimTemplate:
|
||||
spec:
|
||||
storageClassName: openebs-hostpath
|
||||
accessModes: ["ReadWriteOnce"]
|
||||
resources:
|
||||
requests:
|
||||
storage: 50Gi
|
||||
ingress:
|
||||
enabled: true
|
||||
hosts:
|
||||
|
|
@ -45,17 +61,7 @@ prometheus:
|
|||
# prometheusSpec:
|
||||
# scrapeInterval: "300s"
|
||||
logLevel: debug
|
||||
storageSpec:
|
||||
## Using PersistentVolumeClaim
|
||||
##
|
||||
volumeClaimTemplate:
|
||||
spec:
|
||||
storageClassName: openebs-hostpath
|
||||
accessModes: ["ReadWriteOnce"]
|
||||
resources:
|
||||
requests:
|
||||
storage: 50Gi
|
||||
selector: {}
|
||||
|
||||
extraSecret:
|
||||
name: "prometheus-auth"
|
||||
annotations: {}
|
||||
|
|
@ -88,8 +94,16 @@ alertmanager:
|
|||
operator: In
|
||||
values:
|
||||
- haumdaucher
|
||||
# alertmanagerConfiguration:
|
||||
# name: haumdaucher-alertmanager
|
||||
storage:
|
||||
## Using PersistentVolumeClaim
|
||||
##
|
||||
volumeClaimTemplate:
|
||||
spec:
|
||||
storageClassName: openebs-hostpath
|
||||
accessModes: ["ReadWriteOnce"]
|
||||
resources:
|
||||
requests:
|
||||
storage: 1Gi
|
||||
grafana:
|
||||
persistence:
|
||||
enabled: true
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in New Issue