add baseurl to prometheus helm to chart so alertmanager sends correct links with prometheus public url instead of podname [ci skip]
This commit is contained in:
parent
8bc8d6281c
commit
2f61744528
1 changed files with 1 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ server:
|
||||||
retention: "12w" # ~100GB storage
|
retention: "12w" # ~100GB storage
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
|
baseURL: "https://prometheus.viktorbarzin.me"
|
||||||
ingress:
|
ingress:
|
||||||
enabled: "true"
|
enabled: "true"
|
||||||
annotations:
|
annotations:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue