Compare commits

..

2 commits

Author SHA1 Message Date
e79f6c59d9 Merge pull request 'add thanos' (#313) from add-thanos into master
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
Reviewed-on: #313
2024-10-02 22:02:48 +02:00
dad28d450f
add thanos
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
2024-10-02 21:47:06 +02:00

View file

@ -23,6 +23,13 @@
"url": "https://alertmanager.services.yolokube.de", "url": "https://alertmanager.services.yolokube.de",
"icon": "notifications", "icon": "notifications",
"newTab": true "newTab": true
},
{
"name": "Thanos",
"displayURL": "thanos.services.yolokube.de",
"url": "https://thanos.services.yolokube.de",
"icon": "browse_gallery",
"newTab": true
} }
] ]
}, },