Compare commits
2 Commits
16c32ce60b
...
4be249d3a4
Author | SHA1 | Date | |
---|---|---|---|
4be249d3a4
|
|||
0d878f3115
|
@ -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:
|
||||
|
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
|
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: eg
|
||||
namespace: envoy-gateway-system
|
||||
spec:
|
||||
interval: 10m
|
||||
releaseName: eg
|
||||
chartRef:
|
||||
kind: OCIRepository
|
||||
name: envoy-gateway
|
11
infrastructure/controllers/envoy-gateway/repository.yaml
Normal file
11
infrastructure/controllers/envoy-gateway/repository.yaml
Normal 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: ">1.3.2"
|
Reference in New Issue
Block a user