Adding current working alertmanger config

This commit is contained in:
Moritz Graf 2022-11-23 22:12:45 +01:00
parent 2cb56a97e0
commit ca623df110
No known key found for this signature in database
GPG Key ID: 74908B979B924E74
3 changed files with 27 additions and 13 deletions

View File

@ -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.