mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-03 19:32:48 +02:00
squashme
This commit is contained in:
parent
9c5635780b
commit
47492b06d9
2 changed files with 8 additions and 2 deletions
|
@ -155,7 +155,8 @@ module.exports = {
|
||||||
sidebarDepth: 0,
|
sidebarDepth: 0,
|
||||||
children: [
|
children: [
|
||||||
"k8s/",
|
"k8s/",
|
||||||
"k8s/helm"
|
"k8s/helm",
|
||||||
|
"k8s/ingress",
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -8,7 +8,12 @@ meta:
|
||||||
|
|
||||||
# Kubernetes Ingress Controller
|
# 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
|
## Installation
|
||||||
|
|
||||||
|
This may only need to reference the existing helm instructions, updated to use the controller already.
|
||||||
|
|
||||||
##
|
## Configuration
|
||||||
|
|
||||||
|
## Troubleshooting
|
Loading…
Add table
Add a link
Reference in a new issue