Merge pull request #73 from 3dwardch3ng/infra/ingress-nginx

test LB to disable some params
This commit is contained in:
2024-06-11 23:25:29 +10:00
committed by GitHub

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}