add Istio
This commit is contained in:
17
infrastructure/controllers/istio/istio-base.yaml
Normal file
17
infrastructure/controllers/istio/istio-base.yaml
Normal 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
|
Reference in New Issue
Block a user