add gateway api crds
This commit is contained in:
25
infrastructure/ontime-dev-doks/gateway-api/gateway-api.yaml
Normal file
25
infrastructure/ontime-dev-doks/gateway-api/gateway-api.yaml
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
apiVersion: source.toolkit.fluxcd.io/v1
|
||||||
|
kind: GitRepository
|
||||||
|
metadata:
|
||||||
|
name: gateway-api
|
||||||
|
namespace: kube-system
|
||||||
|
spec:
|
||||||
|
interval: 5m
|
||||||
|
url: https://github.com/kubernetes-sigs/gateway-api
|
||||||
|
ref:
|
||||||
|
tag: v1.4.0
|
||||||
|
---
|
||||||
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||||
|
kind: Kustomization
|
||||||
|
metadata:
|
||||||
|
name: gateway-api
|
||||||
|
namespace: kube-system
|
||||||
|
spec:
|
||||||
|
interval: 10m
|
||||||
|
targetNamespace: kube-system
|
||||||
|
sourceRef:
|
||||||
|
kind: GitRepository
|
||||||
|
name: podinfo
|
||||||
|
path: "./config/crd"
|
||||||
|
prune: true
|
||||||
|
timeout: 1m
|
||||||
Reference in New Issue
Block a user