Commit 311f08b 1 parent eb2162f commit 311f08b Copy full SHA for 311f08b
File tree 2 files changed +4
-6
lines changed
charts/wongnai-xds/templates
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 3
3
Helm chart to ease the deployment of [ wongnai/xds] ( https://github.com/wongnai/xds ) GRPC XDS server to Kubernetes
4
4
clusters.
5
5
6
- # Usage
6
+ ## Usage
7
7
8
8
Installing it manually:
9
9
@@ -33,12 +33,12 @@ spec:
33
33
namespace : xds-server
34
34
` ` `
35
35
36
- ## Checking the deployment
36
+ ### Checking the deployment
37
37
38
38
Port-forward the port 9000 to your local machine and try opening it.
39
39
It should return the list of resources in the cluster.
40
40
41
- ## Exposing GRPC APIs to XDS server
41
+ ### Exposing GRPC APIs to XDS server
42
42
43
43
This is described in [wongnai/xds documentation](https://github.com/wongnai/xds?tab=readme-ov-file#virtual-api-gateway).
44
44
Set up labels for your GRPC servers to publish information about GRPC APIs they expose:
@@ -53,7 +53,7 @@ metadata:
53
53
xds.lmwn.com/grpc-service : package.name.ExampleService,package.name.Example2Service
54
54
` ` `
55
55
56
- ## Setting up GRPC clients
56
+ ### Setting up GRPC clients
57
57
58
58
By default, Helm chart creates a ` xds-bootstrap-config` config map with `GRPC_XDS_BOOTSTRAP_CONFIG` environment
59
59
variable, which is everything that is needed to configure GRPC clients to use this XDS server.
Original file line number Diff line number Diff line change 1
1
{{ if .Values.xdsBootstrapConfig.enabled }}
2
- ---
3
2
apiVersion : v1
4
3
kind : ConfigMap
5
4
metadata :
23
22
}
24
23
}
25
24
}
26
-
27
25
{{- end }}
You can’t perform that action at this time.
0 commit comments