add Istio
This commit is contained in:
18
infrastructure/controllers/istio/istio-base.yaml
Normal file
18
infrastructure/controllers/istio/istio-base.yaml
Normal file
@ -0,0 +1,18 @@
|
||||
---
|
||||
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
|
7
infrastructure/controllers/istio/kustomization.yaml
Normal file
7
infrastructure/controllers/istio/kustomization.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- repository.yaml
|
||||
- istio-base.yaml
|
5
infrastructure/controllers/istio/namespace.yaml
Normal file
5
infrastructure/controllers/istio/namespace.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: istio-system
|
9
infrastructure/controllers/istio/repository.yaml
Normal file
9
infrastructure/controllers/istio/repository.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
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
|
Reference in New Issue
Block a user