diff --git a/infrastructure/controllers/istio/istio-base.yaml b/infrastructure/controllers/istio/istio-base.yaml deleted file mode 100644 index c88f0c2..0000000 --- a/infrastructure/controllers/istio/istio-base.yaml +++ /dev/null @@ -1,18 +0,0 @@ ---- -apiVersion: helm.toolkit.fluxcd.io/v2 -kind: HelmRelease -metadata: - name: istio-base - namespace: istio-system -spec: - releaseName: istio-base - interval: 5m - chart: - spec: - chart: base - sourceRef: - kind: HelmRepository - name: istio - interval: 1m - values: - defaultRevision: default diff --git a/infrastructure/controllers/istio/istio-ingressgateway.yaml b/infrastructure/controllers/istio/istio-ingressgateway.yaml deleted file mode 100644 index ee1fd5f..0000000 --- a/infrastructure/controllers/istio/istio-ingressgateway.yaml +++ /dev/null @@ -1,17 +0,0 @@ ---- -apiVersion: helm.toolkit.fluxcd.io/v2 -kind: HelmRelease -metadata: - name: istio-ingressgateway - namespace: istio-ingress -spec: - releaseName: istio-ingressgateway - interval: 5m - chart: - spec: - chart: gateway - sourceRef: - kind: HelmRepository - name: istio - namespace: istio-system - interval: 1m diff --git a/infrastructure/controllers/istio/istio-istiod.yaml b/infrastructure/controllers/istio/istio-istiod.yaml deleted file mode 100644 index 86ac91f..0000000 --- a/infrastructure/controllers/istio/istio-istiod.yaml +++ /dev/null @@ -1,16 +0,0 @@ ---- -apiVersion: helm.toolkit.fluxcd.io/v2 -kind: HelmRelease -metadata: - name: istio-istiod - namespace: istio-system -spec: - releaseName: istio-istiod - interval: 5m - chart: - spec: - chart: istiod - sourceRef: - kind: HelmRepository - name: istio - interval: 1m diff --git a/infrastructure/controllers/istio/kustomization.yaml b/infrastructure/controllers/istio/kustomization.yaml deleted file mode 100644 index 5772dcd..0000000 --- a/infrastructure/controllers/istio/kustomization.yaml +++ /dev/null @@ -1,9 +0,0 @@ ---- -apiVersion: kustomize.config.k8s.io/v1beta1 -kind: Kustomization -resources: - - namespace.yaml - - repository.yaml - - istio-base.yaml - - istio-istiod.yaml - - istio-ingressgateway.yaml diff --git a/infrastructure/controllers/istio/namespace.yaml b/infrastructure/controllers/istio/namespace.yaml deleted file mode 100644 index 1e75d81..0000000 --- a/infrastructure/controllers/istio/namespace.yaml +++ /dev/null @@ -1,10 +0,0 @@ ---- -apiVersion: v1 -kind: Namespace -metadata: - name: istio-system ---- -apiVersion: v1 -kind: Namespace -metadata: - name: istio-ingress diff --git a/infrastructure/controllers/istio/repository.yaml b/infrastructure/controllers/istio/repository.yaml deleted file mode 100644 index 00da8b3..0000000 --- a/infrastructure/controllers/istio/repository.yaml +++ /dev/null @@ -1,9 +0,0 @@ ---- -apiVersion: source.toolkit.fluxcd.io/v1 -kind: HelmRepository -metadata: - name: istio - namespace: istio-system -spec: - interval: 5m - url: https://istio-release.storage.googleapis.com/charts