Compare commits

...

2 Commits

Author SHA1 Message Date
16c32ce60b kubernaut v0.2.0 2025-04-29 14:39:00 -05:00
4116879c54 add Envoy Gateway 2025-04-29 14:39:00 -05:00
4 changed files with 29 additions and 1 deletions

View File

@ -3,7 +3,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: kubernaut
resources:
- https://git.kill0.net/ryanc/kubernaut/kustomize?ref=v0.1.4
- https://git.kill0.net/ryanc/kubernaut/kustomize?ref=v0.2.0
- https://git.kill0.net/ryanc/caas/kustomize?timeout=300
- ingress.yaml
patches:

View File

@ -0,0 +1,5 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: envoy-gateway-system

View File

@ -0,0 +1,12 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: eg
namespace: envoy-gateway-system
spec:
interval: 10m
releaseName: eg
chartRef:
kind: OCIRepository
name: envoy-gateway

View File

@ -0,0 +1,11 @@
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: OCIRepository
metadata:
name: envoy-gateway
namespace: envoy-gateway-system
spec:
interval: 10m
url: oci://docker.io/envoyproxy/gateway-helm
ref:
semver: ">v1.3.2"