Skip to content

Commit 311f08b

Browse files
committed
Tune headings
1 parent eb2162f commit 311f08b

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Helm chart to ease the deployment of [wongnai/xds](https://github.com/wongnai/xds) GRPC XDS server to Kubernetes
44
clusters.
55

6-
# Usage
6+
## Usage
77

88
Installing it manually:
99

@@ -33,12 +33,12 @@ spec:
3333
namespace: xds-server
3434
```
3535
36-
## Checking the deployment
36+
### Checking the deployment
3737
3838
Port-forward the port 9000 to your local machine and try opening it.
3939
It should return the list of resources in the cluster.
4040
41-
## Exposing GRPC APIs to XDS server
41+
### Exposing GRPC APIs to XDS server
4242
4343
This is described in [wongnai/xds documentation](https://github.com/wongnai/xds?tab=readme-ov-file#virtual-api-gateway).
4444
Set up labels for your GRPC servers to publish information about GRPC APIs they expose:
@@ -53,7 +53,7 @@ metadata:
5353
xds.lmwn.com/grpc-service: package.name.ExampleService,package.name.Example2Service
5454
```
5555
56-
## Setting up GRPC clients
56+
### Setting up GRPC clients
5757
5858
By default, Helm chart creates a `xds-bootstrap-config` config map with `GRPC_XDS_BOOTSTRAP_CONFIG` environment
5959
variable, which is everything that is needed to configure GRPC clients to use this XDS server.

charts/wongnai-xds/templates/03-configmap.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{{ if .Values.xdsBootstrapConfig.enabled }}
2-
---
32
apiVersion: v1
43
kind: ConfigMap
54
metadata:
@@ -23,5 +22,4 @@ data:
2322
}
2423
}
2524
}
26-
2725
{{- end }}

0 commit comments

Comments
 (0)