diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 9edcb63d5..0dbe3dac8 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -155,7 +155,8 @@ module.exports = { sidebarDepth: 0, children: [ "k8s/", - "k8s/helm" + "k8s/helm", + "k8s/ingress", ] }, { diff --git a/docs/docs/k8s/ingress.md b/docs/docs/k8s/ingress.md index 9924d57a2..d3bf51fea 100644 --- a/docs/docs/k8s/ingress.md +++ b/docs/docs/k8s/ingress.md @@ -8,7 +8,12 @@ meta: # Kubernetes Ingress Controller +A Sentence or two on what the ingress controller is, and why it's a good idea to use it compared to other solutions. + ## Installation +This may only need to reference the existing helm instructions, updated to use the controller already. -## \ No newline at end of file +## Configuration + +## Troubleshooting \ No newline at end of file