Compare commits
2 Commits
16c32ce60b
...
83b03519da
Author | SHA1 | Date | |
---|---|---|---|
83b03519da
|
|||
8e852c8273
|
@ -3,7 +3,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
namespace: kubernaut
|
namespace: kubernaut
|
||||||
resources:
|
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
|
- https://git.kill0.net/ryanc/caas/kustomize?timeout=300
|
||||||
- ingress.yaml
|
- ingress.yaml
|
||||||
patches:
|
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
|
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: OCIRepository
|
||||||
|
metadata:
|
||||||
|
name: envoy-gateway
|
||||||
|
namespace: envoy-gateway-system
|
||||||
|
spec:
|
||||||
|
interval: 10m
|
||||||
|
url: oci://docker.io/envoyproxy/gateway-helm
|
Reference in New Issue
Block a user