Created
July 4, 2025 10:00
-
-
Save k4mrul/c3b93fc6619b6de307d3ee11d536e0d7 to your computer and use it in GitHub Desktop.
values-cilium.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
##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