Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
fix: fix ip
Browse files Browse the repository at this point in the history
  • Loading branch information
truxnell committed Mar 9, 2024
1 parent 028d82e commit 4420bee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ spec:
kubeProxyReplacement: "strict"
kubeProxyReplacementHealthzBindAddr: 0.0.0.0:10256
ipv4NativeRoutingCIDR: ${NETWORK_K8S_POD_CIDR}
k8sServiceHost: "10.8.20.30"
k8sServicePort: 6443
k8sServiceHost: "127.0.0.1"
k8sServicePort: 7445
loadBalancer:
algorithm: "maglev"
mode: "dsr"
Expand Down

0 comments on commit 4420bee

Please sign in to comment.