add Istio

This commit is contained in:
2025-03-05 15:49:42 -06:00
parent 456eecace2
commit cae241e0b7
3 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,17 @@
---
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
interval: 1m
values:
defaultRevision: default

View File

@ -0,0 +1,6 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- repository.yaml
- istio-base.yaml

View File

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