remove Istio

This commit is contained in:
Ryan Cavicchioni 2025-03-05 17:08:16 -06:00
parent e980ab1860
commit 452b589d26
Signed by: ryanc
SSH Key Fingerprint: SHA256:FEbwJ3JyWHwYNAM8BqctZ/LmHHg1bzfi/huOj7FxlXU
6 changed files with 0 additions and 79 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1,10 +0,0 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: istio-system
---
apiVersion: v1
kind: Namespace
metadata:
name: istio-ingress

View File

@ -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