mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
Have to figure out PCI/GPU passthrough in Proxmox before it's turned on again
16 lines
328 B
YAML
16 lines
328 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- ip-pool.yaml
|
|
- announce.yaml
|
|
- pv-cilium-spire-config.yaml
|
|
|
|
helmCharts:
|
|
- name: cilium
|
|
repo: https://helm.cilium.io
|
|
version: 1.15.0
|
|
releaseName: "cilium"
|
|
includeCRDs: true
|
|
namespace: kube-system
|
|
valuesFile: values.yaml |