add Envoy Gateway
This commit is contained in:
parent
7b8f81b9f0
commit
56eb979093
5
infrastructure/controllers/envoy-gateway/namespace.yaml
Normal file
5
infrastructure/controllers/envoy-gateway/namespace.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: envoy-gateway-system
|
15
infrastructure/controllers/envoy-gateway/release.yaml
Normal file
15
infrastructure/controllers/envoy-gateway/release.yaml
Normal file
@ -0,0 +1,15 @@
|
||||
---
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: eg
|
||||
namespace: envoy-gateway-system
|
||||
spec:
|
||||
interval: 10m
|
||||
chart:
|
||||
spec:
|
||||
chart: gateway-helm
|
||||
version: v1.3.2
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: envoy-gateway
|
9
infrastructure/controllers/envoy-gateway/repository.yaml
Normal file
9
infrastructure/controllers/envoy-gateway/repository.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
apiVersion: source.toolkit.fluxcd.io/v1beta2
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
name: envoy-gateway
|
||||
namespace: envoy-gateway-system
|
||||
spec:
|
||||
interval: 5m0s
|
||||
url: oci://docker.io/envoyproxy
|
Loading…
x
Reference in New Issue
Block a user