try to fix prometheus deployment 3
This commit is contained in:
parent
549cfac957
commit
953ee8e085
1 changed files with 2 additions and 2 deletions
|
@ -59,6 +59,7 @@ alertmanager:
|
||||||
annotations:
|
annotations:
|
||||||
nginx.org/basic-auth-secret: prometheus-basic-auth-secret
|
nginx.org/basic-auth-secret: prometheus-basic-auth-secret
|
||||||
ingressPerReplica:
|
ingressPerReplica:
|
||||||
|
pathType: ImplementationSpecific
|
||||||
paths:
|
paths:
|
||||||
- /
|
- /
|
||||||
enabled: true
|
enabled: true
|
||||||
|
@ -72,8 +73,6 @@ alertmanager:
|
||||||
grafana:
|
grafana:
|
||||||
defaultDashboardsTimezone: Europe/Berlin
|
defaultDashboardsTimezone: Europe/Berlin
|
||||||
ingress:
|
ingress:
|
||||||
paths:
|
|
||||||
- /
|
|
||||||
enabled: true
|
enabled: true
|
||||||
hosts:
|
hosts:
|
||||||
- grafana.services.yolokube.de
|
- grafana.services.yolokube.de
|
||||||
|
@ -97,6 +96,7 @@ prometheus:
|
||||||
annotations:
|
annotations:
|
||||||
nginx.org/basic-auth-secret: prometheus-basic-auth-secret
|
nginx.org/basic-auth-secret: prometheus-basic-auth-secret
|
||||||
ingressPerReplica:
|
ingressPerReplica:
|
||||||
|
pathType: ImplementationSpecific
|
||||||
paths:
|
paths:
|
||||||
- /
|
- /
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
Loading…
Reference in a new issue