We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56bf68d + d51e546 commit 110afbcCopy full SHA for 110afbc
1 file changed
examples/envoy.yaml
@@ -0,0 +1,17 @@
1
+apiVersion: config.projectsveltos.io/v1beta1
2
+kind: ClusterProfile
3
+metadata:
4
+ name: deploy-envoy
5
+spec:
6
+ clusterSelector:
7
+ matchLabels:
8
+ env: fv
9
+ syncMode: Continuous
10
+ helmCharts:
11
+ - repositoryURL: oci://docker.io/envoyproxy
12
+ repositoryName: envoyproxy
13
+ chartName: gateway-helm
14
+ chartVersion: v1.7.1
15
+ releaseName: envoy-gateway
16
+ releaseNamespace: envoy-gateway-system
17
+ helmChartAction: Install
0 commit comments