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:
|
annotations:
|
||||||
nginx.org/basic-auth-secret: prometheus-basic-auth-secret
|
nginx.org/basic-auth-secret: prometheus-basic-auth-secret
|
||||||
ingressPerReplica:
|
ingressPerReplica:
|
||||||
|
paths:
|
||||||
|
- /
|
||||||
enabled: true
|
enabled: true
|
||||||
ingressClassName: nginx
|
ingressClassName: nginx
|
||||||
hostPrefix: alertmanager
|
hostPrefix: alertmanager
|
||||||
|
@ -95,6 +97,8 @@ prometheus:
|
||||||
annotations:
|
annotations:
|
||||||
nginx.org/basic-auth-secret: prometheus-basic-auth-secret
|
nginx.org/basic-auth-secret: prometheus-basic-auth-secret
|
||||||
ingressPerReplica:
|
ingressPerReplica:
|
||||||
|
paths:
|
||||||
|
- /
|
||||||
enabled: true
|
enabled: true
|
||||||
hostPrefix: prometheus
|
hostPrefix: prometheus
|
||||||
hostDomain: services.yolokube.de
|
hostDomain: services.yolokube.de
|
||||||
|
|
Loading…
Reference in a new issue