add Istio
This commit is contained in:
parent
456eecace2
commit
e980ab1860
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
|
17
infrastructure/controllers/istio/istio-ingressgateway.yaml
Normal file
17
infrastructure/controllers/istio/istio-ingressgateway.yaml
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
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
|
16
infrastructure/controllers/istio/istio-istiod.yaml
Normal file
16
infrastructure/controllers/istio/istio-istiod.yaml
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
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
|
9
infrastructure/controllers/istio/kustomization.yaml
Normal file
9
infrastructure/controllers/istio/kustomization.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- repository.yaml
|
||||
- istio-base.yaml
|
||||
- istio-istiod.yaml
|
||||
- istio-ingressgateway.yaml
|
10
infrastructure/controllers/istio/namespace.yaml
Normal file
10
infrastructure/controllers/istio/namespace.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: istio-system
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: istio-ingress
|
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
|
Loading…
x
Reference in New Issue
Block a user