mirror of
https://github.com/netbirdio/docs.git
synced 2026-08-24 16:51:26 +02:00
fix: promote routing-peer section headings to h2 (#741)
The page jumped from h1 directly to h3, leaving no h2 heading and breaking the docs build. Promote both NetworkRouter and NetworkResource sections to h2 so the hierarchy is contiguous.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
The operator exposes Kubernetes services to your NetBird network by combining two resources, a `NetworkRouter` and a `NetworkResource`.
|
||||
|
||||
### NetworkRouter
|
||||
## NetworkRouter
|
||||
|
||||
A `NetworkRouter` creates a network in NetBird and deploys routing peer pods in the cluster. These pods are configured as routing peers for the network, handling traffic between NetBird clients and services running in the cluster.
|
||||
|
||||
@@ -19,7 +19,7 @@ spec:
|
||||
name: prod.company.internal
|
||||
```
|
||||
|
||||
### NetworkResource
|
||||
## NetworkResource
|
||||
|
||||
A `NetworkResource` exposes a Kubernetes service in NetBird by creating a matching resource in the routers network. The cluster IP of the service will be used as the resource IP. A record in the routers zone will also be created using the name and namespace of the service. The following example creates an nignx deployment and exposes the service with the record `nginx.default.prod.company.internal`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user