Skip to content

Commit

Permalink
Add formatting for k8s dashboard example
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Napp committed Feb 24, 2020
1 parent d4e7e76 commit 27a6e25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions adoc/admin-security-nginx-ingress.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,6 @@ $(kubectl -n kube-system get secret | awk '/dashboard-admin/{print $1}')
----
====
+
* **NodePort**: https://k8s-dashboard.com:32443
* **External IPs**: https://k8s-dashboard.com
* **LoadBalancer**: https://k8s-dashboard.com
* **NodePort**: `+https://k8s-dashboard.com:32443+`
* **External IPs**: `+https://k8s-dashboard.com+`
* **LoadBalancer**: `+https://k8s-dashboard.com+`

0 comments on commit 27a6e25

Please sign in to comment.