From 9b2f19234396dc9681e9342537ceeb7314e54707 Mon Sep 17 00:00:00 2001 From: Massaki Archambault Date: Fri, 27 Aug 2021 16:21:04 -0400 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff8fd5b..958eab8 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ make environment=prod apply | service | local | prod | | ------------------------------------------------------------------------ | ------------------------------------- | ----------------------------------------- | -| [kubernetes-dashboard](https://github.com/kubernetes/dashboard/releases) | http://kubernetes-dashboard.localhost | https://kubernetes-dashbaord.badjnet.home | +| [kubernetes-dashboard](https://github.com/kubernetes/dashboard/releases) | http://kubernetes-dashboard.localhost | https://kubernetes-dashboard.badjnet.home | | [traefik](https://github.com/traefik/traefik) | http://traefik.localhost/dashboard/ | https://traefik.badjnet.home/dashboard/ | | [longhorn](https://github.com/longhorn/longhorn) | | https://longhorn.badjnet.home | | [grafana](https://github.com/grafana/grafana) | http://grafana.localhost | https://grafana.badjnet.home |