add cilium app
This commit is contained in:
43
kubernetes/infrastructure/cilium/app/release.yaml
Normal file
43
kubernetes/infrastructure/cilium/app/release.yaml
Normal file
@@ -0,0 +1,43 @@
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: cilium
|
||||
namespace: kube-system
|
||||
spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: cilium
|
||||
version: 1.15.5
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
namespace: kube-system
|
||||
name: cilium
|
||||
install:
|
||||
crds: Create
|
||||
upgrade:
|
||||
crds: CreateReplace
|
||||
interval: 1h
|
||||
driftDetection:
|
||||
mode: enabled
|
||||
values:
|
||||
global:
|
||||
encryption:
|
||||
enabled: true
|
||||
nodeEncryption: true
|
||||
|
||||
policyEnforcementMode: default
|
||||
|
||||
operator:
|
||||
replicas: 1
|
||||
|
||||
ipam:
|
||||
mode: cluster-pool
|
||||
operator:
|
||||
clusterPoolIPv4PodCIDRList: [10.42.0.0/16]
|
||||
clusterPoolIPv4MaskSize: 24
|
||||
|
||||
dnsProxy:
|
||||
dnsRejectResponseCode: nameError
|
||||
|
||||
cni:
|
||||
exclusive: false
|
||||
8
kubernetes/infrastructure/cilium/app/repository.yaml
Normal file
8
kubernetes/infrastructure/cilium/app/repository.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
name: cilium
|
||||
namespace: kube-system
|
||||
spec:
|
||||
interval: 1h
|
||||
url: https://helm.cilium.io
|
||||
@@ -1,11 +1,11 @@
|
||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: cilium-networkpolicies
|
||||
name: cilium
|
||||
namespace: kube-system
|
||||
spec:
|
||||
interval: 1h
|
||||
path: ./kubernetes/infrastructure/cilium/networkpolicies
|
||||
path: ./kubernetes/infrastructure/cilium
|
||||
prune: true
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
|
||||
Reference in New Issue
Block a user