mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
18 lines
381 B
YAML
18 lines
381 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- traefik-forward-auth
|
|
- ingress-route.yaml
|
|
- ip-pool.yaml
|
|
- announce.yaml
|
|
- pv-cilium-spire-config.yaml
|
|
|
|
helmCharts:
|
|
- name: cilium
|
|
repo: https://helm.cilium.io
|
|
version: 1.15.0-rc.0
|
|
releaseName: "cilium"
|
|
includeCRDs: true
|
|
namespace: kube-system
|
|
valuesFile: values.yaml |