diff --git a/infrastructure/controllers/istio/istio-base.yaml b/infrastructure/controllers/istio/istio-base.yaml new file mode 100644 index 0000000..27d25b5 --- /dev/null +++ b/infrastructure/controllers/istio/istio-base.yaml @@ -0,0 +1,16 @@ +--- +apiVersion: helm.toolkit.fluxcd.io/v2 +kind: HelmRelease +metadata: + name: istio-base + namespace: istio-system +spec: + releaseName: istio-base + chart: + spec: + chart: istio/base + sourceRef: + kind: HelmRepository + name: istio + values: + defaultRevision: default diff --git a/infrastructure/controllers/istio/kustomization.yaml b/infrastructure/controllers/istio/kustomization.yaml new file mode 100644 index 0000000..0ef26ef --- /dev/null +++ b/infrastructure/controllers/istio/kustomization.yaml @@ -0,0 +1,6 @@ +--- +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +resources: + - repository.yaml + - istio-base.yaml diff --git a/infrastructure/controllers/istio/repository.yaml b/infrastructure/controllers/istio/repository.yaml new file mode 100644 index 0000000..a854981 --- /dev/null +++ b/infrastructure/controllers/istio/repository.yaml @@ -0,0 +1,8 @@ +--- +apiVersion: source.toolkit.fluxcd.io/v1 +kind: HelmRepository +metadata: + name: istio +spec: + interval: 5m + url: https://istio-release.storage.googleapis.com/charts