Skip to content

Commit

Permalink
REVERT switch default xDS server type to Envoy for testing
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Kriss <[email protected]>
  • Loading branch information
skriss committed Mar 4, 2024
1 parent 0a30fce commit 96845fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/contourconfig/contourconfiguration.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func OverlayOnDefaults(spec contour_v1alpha1.ContourConfigurationSpec) (contour_
func Defaults() contour_v1alpha1.ContourConfigurationSpec {
return contour_v1alpha1.ContourConfigurationSpec{
XDSServer: &contour_v1alpha1.XDSServerConfig{
Type: contour_v1alpha1.ContourServerType,
Type: contour_v1alpha1.EnvoyServerType,
Address: "0.0.0.0",
Port: 8001,
TLS: &contour_v1alpha1.TLS{
Expand Down
2 changes: 1 addition & 1 deletion pkg/config/parameters.go
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,7 @@ func Defaults() Parameters {
InCluster: false,
Kubeconfig: filepath.Join(os.Getenv("HOME"), ".kube", "config"),
Server: ServerParameters{
XDSServerType: ContourServerType,
XDSServerType: EnvoyServerType,
},
IngressStatusAddress: "",
AccessLogFormat: DEFAULT_ACCESS_LOG_TYPE,
Expand Down

0 comments on commit 96845fd

Please sign in to comment.