Skip to content

Commit

Permalink
feat: add rancher/grafana urls (#521)
Browse files Browse the repository at this point in the history
* feat(deploy): show rancher + grafana urls

* Update base_deploy_kosko_stage.yml
  • Loading branch information
Julien Bouquillon authored Jun 28, 2021
1 parent 4e9bffb commit 9b10ecc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base_deploy_kosko_stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ variables:
echo ""
echo "******************************************************************************************"
[[ -f "${CI_PROJECT_DIR}/manifest.yaml" ]] && yq e -N '.spec.rules[0].host' "${CI_PROJECT_DIR}/manifest.yaml" | grep -v null | sed -e s/^/\ \ 🚀\ https\:\\/\\// || true
echo " 📕 logs : https://grafana.fabrique.social.gouv.fr/explore?orgId=1&left=%5B%22now-1h%22,%22now%22,%22Loki-tail%22,%7B%22expr%22:%22%7Bnamespace%3D%5C%22${KUBE_NAMESPACE}%5C%22%7D%22%7D%5D"
echo " 🔎 rancher : https://rancher.fabrique.social.gouv.fr/p/${RANCHER_PROJECT_ID}/workloads"
echo "******************************************************************************************"
echo ""
echo ""
Expand Down

0 comments on commit 9b10ecc

Please sign in to comment.