install cilium in dev cluster
This commit is contained in:
38
clusters/ontime-dev/cilium.yaml
Normal file
38
clusters/ontime-dev/cilium.yaml
Normal file
@@ -0,0 +1,38 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: cilium
|
||||
---
|
||||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
name: cilium
|
||||
namespace: cilium
|
||||
spec:
|
||||
interval: 24h
|
||||
url: https://helm.cilium.io
|
||||
---
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: cilium
|
||||
namespace: cilium
|
||||
spec:
|
||||
interval: 30m
|
||||
chart:
|
||||
spec:
|
||||
chart: cilium
|
||||
version: "1.18.2"
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: cilium
|
||||
namespace: cilium
|
||||
interval: 12h
|
||||
values:
|
||||
prometheus:
|
||||
enabled: true
|
||||
envoy:
|
||||
enabled: true
|
||||
ipam:
|
||||
mode: kubernetes
|
||||
Reference in New Issue
Block a user