Skip to content

Commit

Permalink
moonray use metallb
Browse files Browse the repository at this point in the history
  • Loading branch information
neoaggelos committed Jun 25, 2024
1 parent 75a9471 commit 4d72aa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/k8s/pkg/k8sd/features/implementation_moonray.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ package features

import (
"github.com/canonical/k8s/pkg/k8sd/features/calico"
"github.com/canonical/k8s/pkg/k8sd/features/cilium"
"github.com/canonical/k8s/pkg/k8sd/features/contour"
"github.com/canonical/k8s/pkg/k8sd/features/coredns"
"github.com/canonical/k8s/pkg/k8sd/features/localpv"
"github.com/canonical/k8s/pkg/k8sd/features/metallb"
metrics_server "github.com/canonical/k8s/pkg/k8sd/features/metrics-server"
)

Expand All @@ -16,7 +16,7 @@ import (
var Implementation Interface = &implementation{
applyDNS: coredns.ApplyDNS,
applyNetwork: calico.ApplyNetwork,
applyLoadBalancer: cilium.ApplyLoadBalancer,
applyLoadBalancer: metallb.ApplyLoadBalancer,
applyIngress: contour.ApplyIngress,
applyGateway: contour.ApplyGateway,
applyMetricsServer: metrics_server.ApplyMetricsServer,
Expand Down

0 comments on commit 4d72aa0

Please sign in to comment.