Initial commit
This commit is contained in:
commit
a267b572a3
23 changed files with 2173 additions and 0 deletions
46
tmpl/cilium.yaml
Normal file
46
tmpl/cilium.yaml
Normal file
|
@ -0,0 +1,46 @@
|
|||
kubeProxyReplacement: "strict"
|
||||
k8sServiceHost: "{{ .master_node_ip }}"
|
||||
k8sServicePort: "6443"
|
||||
hostServices:
|
||||
enabled: false
|
||||
externalIPs:
|
||||
enabled: true
|
||||
nodePort:
|
||||
enabled: true
|
||||
hostPort:
|
||||
enabled: true
|
||||
image:
|
||||
pullPolicy: "IfNotPresent"
|
||||
ipam:
|
||||
mode: "kubernetes"
|
||||
tunnel: "{{ .tunnel }}"
|
||||
cluster:
|
||||
name: "{{ .cname }}"
|
||||
id: "{{ .cnum }}"
|
||||
ipv4NativeRoutingCIDR: "10.0.0.0/9"
|
||||
operator:
|
||||
replicas: 1
|
||||
# ---
|
||||
bgpControlPlane:
|
||||
enabled: {{ .bgp_control_plane_enabled }}
|
||||
ingressController:
|
||||
default: {{ .ingress_controller_default }}
|
||||
enabled: {{ .ingress_controller_enabled }}
|
||||
loadbalancerMode: "{{ .loadbalancer_mode }}"
|
||||
ipv4NativeRoutingCIDR: "10.0.0.0/9"
|
||||
gatewayAPI:
|
||||
enabled: {{ .gateway_api_enabled }}
|
||||
loadBalancer:
|
||||
l7:
|
||||
backend: envoy
|
||||
# ---
|
||||
hubble:
|
||||
relay:
|
||||
enabled: true
|
||||
ui:
|
||||
enabled: true
|
||||
tls:
|
||||
auto:
|
||||
enabled: true
|
||||
method: "helm"
|
||||
certValidityDuration: "1095"
|
Loading…
Add table
Add a link
Reference in a new issue