try to fix prometheus deployment 2
This commit is contained in:
parent
8c065d71ce
commit
549cfac957
1 changed files with 4 additions and 0 deletions
|
@ -59,6 +59,8 @@ alertmanager:
|
|||
annotations:
|
||||
nginx.org/basic-auth-secret: prometheus-basic-auth-secret
|
||||
ingressPerReplica:
|
||||
paths:
|
||||
- /
|
||||
enabled: true
|
||||
ingressClassName: nginx
|
||||
hostPrefix: alertmanager
|
||||
|
@ -95,6 +97,8 @@ prometheus:
|
|||
annotations:
|
||||
nginx.org/basic-auth-secret: prometheus-basic-auth-secret
|
||||
ingressPerReplica:
|
||||
paths:
|
||||
- /
|
||||
enabled: true
|
||||
hostPrefix: prometheus
|
||||
hostDomain: services.yolokube.de
|
||||
|
|
Loading…
Reference in a new issue