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:
|
||||
nginx.org/basic-auth-secret: prometheus-basic-auth-secret
|
||||
ingressPerReplica:
|
||||
pathType: ImplementationSpecific
|
||||
paths:
|
||||
- /
|
||||
enabled: true
|
||||
|
@ -72,8 +73,6 @@ alertmanager:
|
|||
grafana:
|
||||
defaultDashboardsTimezone: Europe/Berlin
|
||||
ingress:
|
||||
paths:
|
||||
- /
|
||||
enabled: true
|
||||
hosts:
|
||||
- grafana.services.yolokube.de
|
||||
|
@ -97,6 +96,7 @@ prometheus:
|
|||
annotations:
|
||||
nginx.org/basic-auth-secret: prometheus-basic-auth-secret
|
||||
ingressPerReplica:
|
||||
pathType: ImplementationSpecific
|
||||
paths:
|
||||
- /
|
||||
enabled: true
|
||||
|
|
Loading…
Reference in a new issue