test LB to disable some params

This commit is contained in:
2024-06-11 23:24:36 +10:00
parent 243f69551e
commit b4ab882060

View File

@@ -21,10 +21,11 @@ spec:
# create: true
controller:
priorityClassName: system-cluster-critical
# priorityClassName: system-cluster-critical
extraArgs:
update-status-on-shutdown: "false"
# extraArgs:
# update-status-on-shutdown: "false"
# configmaps to put here
# podLabels:
# rpi5.cluster.policy/egress-kubeapi: "true"
@@ -64,9 +65,9 @@ spec:
# default: true
service:
externalTrafficPolicy: Local
loadBalancerIP: ${load_balancer_ip}
ipFamilyPolicy: PreferDualStack
externalTrafficPolicy: Cluster
# loadBalancerIP: ${load_balancer_ip}
ipFamilyPolicy: SingleStack
metrics:
enabled: ${metrics_enabled:=false}