mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
11 lines
312 B
YAML
11 lines
312 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.0.0/experimental-install.yaml
|
|
- gateway-class.yaml
|
|
- ns.yaml
|
|
- cloudflare-api-token.yaml
|
|
- cloudflare-issuer.yaml
|
|
- gw-stonegarden.yaml
|
|
- gw-euclid.yaml |