Skip to content

Commit 110afbc

Browse files
authored
Merge pull request #1690 from gianlucam76/envoy-example
Add ClusterProfile to deploy Envoy in the example section
2 parents 56bf68d + d51e546 commit 110afbc

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

examples/envoy.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)