mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
⬆️ Update cilium ( 1.14.6 → 1.15.0 )
This commit is contained in:
@@ -10,7 +10,7 @@ spec:
|
|||||||
chart:
|
chart:
|
||||||
spec:
|
spec:
|
||||||
chart: cilium
|
chart: cilium
|
||||||
version: 1.14.6
|
version: 1.15.0
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: cilium
|
name: cilium
|
||||||
@@ -37,6 +37,7 @@ spec:
|
|||||||
name: cluster-0
|
name: cluster-0
|
||||||
containerRuntime:
|
containerRuntime:
|
||||||
integration: containerd
|
integration: containerd
|
||||||
|
enableRuntimeDeviceDetection: true
|
||||||
endpointRoutes:
|
endpointRoutes:
|
||||||
enabled: true
|
enabled: true
|
||||||
hubble:
|
hubble:
|
||||||
@@ -71,8 +72,10 @@ spec:
|
|||||||
ipv4NativeRoutingCIDR: ${CILIUM_POD_CIDR}
|
ipv4NativeRoutingCIDR: ${CILIUM_POD_CIDR}
|
||||||
k8sServiceHost: localhost
|
k8sServiceHost: localhost
|
||||||
k8sServicePort: 7445
|
k8sServicePort: 7445
|
||||||
kubeProxyReplacement: strict
|
kubeProxyReplacement: true
|
||||||
kubeProxyReplacementHealthzBindAddr: 0.0.0.0:10256
|
kubeProxyReplacementHealthzBindAddr: 0.0.0.0:10256
|
||||||
|
l2announcements:
|
||||||
|
enabled: true
|
||||||
loadBalancer:
|
loadBalancer:
|
||||||
algorithm: maglev
|
algorithm: maglev
|
||||||
mode: dsr
|
mode: dsr
|
||||||
@@ -104,6 +107,7 @@ spec:
|
|||||||
hostRoot: /sys/fs/cgroup
|
hostRoot: /sys/fs/cgroup
|
||||||
tunnel: disabled
|
tunnel: disabled
|
||||||
l7proxy: true
|
l7proxy: true
|
||||||
|
routingMode: native
|
||||||
ingressController:
|
ingressController:
|
||||||
enabled: true
|
enabled: true
|
||||||
defaultSecretNamespace: networking
|
defaultSecretNamespace: networking
|
||||||
|
@@ -4,7 +4,7 @@ kind: Kustomization
|
|||||||
helmCharts:
|
helmCharts:
|
||||||
- name: cilium
|
- name: cilium
|
||||||
repo: https://helm.cilium.io/
|
repo: https://helm.cilium.io/
|
||||||
version: 1.14.6
|
version: 1.15.0
|
||||||
releaseName: cilium
|
releaseName: cilium
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
valuesFile: values.yaml
|
valuesFile: values.yaml
|
||||||
|
Reference in New Issue
Block a user