1
0
Fork 0

Initial commit

This commit is contained in:
Sergio Talens-Oliag 2023-07-17 23:34:46 +02:00
commit a267b572a3
Signed by: sto
GPG key ID: 821AEE0FD167FBDF
23 changed files with 2173 additions and 0 deletions

46
tmpl/cilium.yaml Normal file
View 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"