remove cilium-app
This commit is contained in:
@@ -1,43 +0,0 @@
|
|||||||
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
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
apiVersion: source.toolkit.fluxcd.io/v1
|
|
||||||
kind: HelmRepository
|
|
||||||
metadata:
|
|
||||||
name: cilium
|
|
||||||
namespace: kube-system
|
|
||||||
spec:
|
|
||||||
interval: 1h
|
|
||||||
url: https://helm.cilium.io
|
|
||||||
@@ -1,20 +1,5 @@
|
|||||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
metadata:
|
|
||||||
name: cilium-app
|
|
||||||
namespace: kube-system
|
|
||||||
spec:
|
|
||||||
interval: 1h
|
|
||||||
targetNamespace: kube-system
|
|
||||||
path: ./kubernetes/rpi5-cluster/apps/cilium/app
|
|
||||||
prune: true
|
|
||||||
sourceRef:
|
|
||||||
kind: GitRepository
|
|
||||||
namespace: flux-system
|
|
||||||
name: home-cluster-ops
|
|
||||||
---
|
|
||||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
||||||
kind: Kustomization
|
|
||||||
metadata:
|
metadata:
|
||||||
name: cilium-networkpolicies
|
name: cilium-networkpolicies
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
@@ -26,5 +11,3 @@ spec:
|
|||||||
kind: GitRepository
|
kind: GitRepository
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
name: home-cluster-ops
|
name: home-cluster-ops
|
||||||
dependsOn:
|
|
||||||
- name: cilium-app
|
|
||||||
|
|||||||
Reference in New Issue
Block a user