modified: services/cilium/deploy/README.md
modified: services/cilium/deploy/app/helm-values.yaml new file: services/cilium/deploy/policies/traefik-l2.yaml
This commit is contained in:
@@ -14,4 +14,19 @@ ipam:
|
||||
l2announcements:
|
||||
enabled: true
|
||||
loadBalancer:
|
||||
mode: hybrid
|
||||
mode: hybrid
|
||||
|
||||
|
||||
operator:
|
||||
replicas: 1
|
||||
nodeSelector:
|
||||
# kubernetes.io/hostname: chimera
|
||||
# tolerations:
|
||||
# # Tolerate the node-role.kubernetes.io/control-plane taint so the controller can run on master node chimera
|
||||
# - key: node-role.kubernetes.io/control-plane
|
||||
# operator: Exists
|
||||
# effect: NoSchedule
|
||||
|
||||
nodePort:
|
||||
enableHealthCheck: false
|
||||
enableHealthCheckLoadBalancerIP: false
|
||||
Reference in New Issue
Block a user