try to fix prometheus deployment
This commit is contained in:
parent
d5985f50b5
commit
8c065d71ce
2 changed files with 6 additions and 32 deletions
|
@ -50,6 +50,8 @@ alertmanager:
|
|||
{{ end }}
|
||||
{{ end }}
|
||||
ingress:
|
||||
paths:
|
||||
- /
|
||||
enabled: true
|
||||
ingressClassName: nginx
|
||||
hosts:
|
||||
|
@ -68,6 +70,8 @@ alertmanager:
|
|||
grafana:
|
||||
defaultDashboardsTimezone: Europe/Berlin
|
||||
ingress:
|
||||
paths:
|
||||
- /
|
||||
enabled: true
|
||||
hosts:
|
||||
- grafana.services.yolokube.de
|
||||
|
@ -82,6 +86,8 @@ prometheus:
|
|||
servicePerReplica:
|
||||
enabled: true
|
||||
ingress:
|
||||
paths:
|
||||
- /
|
||||
enabled: true
|
||||
ingressClassName: nginx
|
||||
hosts:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue