Try cilium through helm

This commit is contained in:
2024-02-10 00:51:39 +00:00
parent 00eebc0279
commit 941943e3c0
7 changed files with 209 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease
metadata:
name: cilium
namespace: kube-system
spec:
interval: 5m
chart:
spec:
chart: cilium/cilium
version: '1.14.0'
sourceRef:
kind: HelmRepository
name: cilium
namespace: flux-system
interval: 15m
valuesFile: values.yaml