add Envoy Gateway
This commit is contained in:
parent
7b8f81b9f0
commit
ee3951cd27
12
infrastructure/controllers/envoy-gateway/release.yaml
Normal file
12
infrastructure/controllers/envoy-gateway/release.yaml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||||
|
kind: HelmRelease
|
||||||
|
metadata:
|
||||||
|
name: envoy-gateway
|
||||||
|
namespace: envoy-gateway-system
|
||||||
|
spec:
|
||||||
|
chartRef:
|
||||||
|
kind: OCIRepository
|
||||||
|
name: eg
|
||||||
|
namespace: flux-system
|
||||||
|
interval: 10m
|
8
infrastructure/controllers/envoy-gateway/repository.yaml
Normal file
8
infrastructure/controllers/envoy-gateway/repository.yaml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
apiVersion: source.toolkit.fluxcd.io/v1beta2
|
||||||
|
kind: OCIRepository
|
||||||
|
metadata:
|
||||||
|
name: envoy-gatway
|
||||||
|
spec:
|
||||||
|
interval: 5m0s
|
||||||
|
url: oci://docker.io/envoyproxy/gateway-helm
|
Loading…
x
Reference in New Issue
Block a user