add Istio
This commit is contained in:
17
infrastructure/controllers/istio/istio-ingress.yaml
Normal file
17
infrastructure/controllers/istio/istio-ingress.yaml
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: istio-ingress
|
||||
namespace: istio-ingress
|
||||
spec:
|
||||
releaseName: istio-ingress
|
||||
interval: 5m
|
||||
chart:
|
||||
spec:
|
||||
chart: gateway
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: istio
|
||||
namespace: istio-system
|
||||
interval: 1m
|
Reference in New Issue
Block a user