add Istio
This commit is contained in:
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
|
Reference in New Issue
Block a user