-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathistio.yaml
33 lines (33 loc) · 1014 Bytes
/
istio.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
apiVersion: config.projectsveltos.io/v1beta1
kind: ClusterProfile
metadata:
name: istio
spec:
clusterSelector:
matchLabels:
env: fv
syncMode: Continuous
helmCharts:
- repositoryURL: https://istio-release.storage.googleapis.com/charts
repositoryName: istio
chartName: istio/base
chartVersion: 1.25.0
releaseName: istio-base
releaseNamespace: istio-system
helmChartAction: Install
options:
createNamespace: true
- repositoryURL: https://istio-release.storage.googleapis.com/charts
repositoryName: istio
chartName: istio/istiod
chartVersion: 1.25.0
releaseName: istiod
releaseNamespace: istio-system
helmChartAction: Install
- repositoryURL: https://istio-release.storage.googleapis.com/charts
repositoryName: istio
chartName: istio/gateway
chartVersion: 1.25.0
releaseName: istio-ingress
releaseNamespace: istio-system
helmChartAction: Install