chore(k8s-peterg): Use Helm chart to manage cilium

This commit is contained in:
Peter 2025-11-09 13:43:20 +01:00
parent 6b331ca18f
commit 52b257a2ff
3 changed files with 46 additions and 6 deletions

View file

@ -4,7 +4,14 @@ kind: Kustomization
namespace: kube-system
resources:
- namespace.yaml
- ip-pool.yaml
- gateways.yaml
- httproute.yaml
helmCharts:
- name: cilium
repo: https://helm.cilium.io
namespace: kube-system
releaseName: cilium
version: 1.18.3
valuesFile: values.yaml