Skip to content

Instantly share code, notes, and snippets.

@k4mrul
Created July 4, 2025 10:00
Show Gist options
  • Save k4mrul/c3b93fc6619b6de307d3ee11d536e0d7 to your computer and use it in GitHub Desktop.
Save k4mrul/c3b93fc6619b6de307d3ee11d536e0d7 to your computer and use it in GitHub Desktop.
values-cilium.yaml
##k8sServicePort: 6443
ipam:
mode: cluster-pool
operator:
clusterPoolIPv4PodCIDRList: "10.42.0.0/16" # Pods CIDR
clusterPoolIPv4MaskSize: 24
ipv4NativeRoutingCIDR: "10.42.0.0/16" # Pods CIDR
ipMasqAgent:
enabled: false
config:
nonMasqueradeCIDRs:
- 10.42.0.0/16 # Pods CIDR
enableIPv4Masquerade: true
hubble:
enabled: true
relay:
enabled: true
rollOutPods: true
ui:
enabled: true
rollOutPods: true
rollOutCiliumPods: true
operator:
replicas: 1
rollOutPods: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment