Skip to content

Commit

Permalink
ingress: Update backend service for Ingress
Browse files Browse the repository at this point in the history
This is to use echo-same-node instead of echo-other-node, which is only
available for multi-node cluster. The reason is mainly for local
development, no impact on CI.

Signed-off-by: Tam Mach <[email protected]>
  • Loading branch information
sayboras authored and michi-covalent committed Mar 11, 2024
1 parent 7027d3e commit 7e7fa6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connectivity/check/deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ func newIngress() *networkingv1.Ingress {
}(),
Backend: networkingv1.IngressBackend{
Service: &networkingv1.IngressServiceBackend{
Name: echoOtherNodeDeploymentName,
Name: echoSameNodeDeploymentName,
Port: networkingv1.ServiceBackendPort{
Number: 8080,
},
Expand Down

0 comments on commit 7e7fa6a

Please sign in to comment.