Skip to content

Commit

Permalink
fix: Move CDS service label defs to STUNner
Browse files Browse the repository at this point in the history
  • Loading branch information
rg0now committed Jan 25, 2024
1 parent 4b58f6d commit d5266cb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/config/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,6 @@ const (
// DefaultMetricsPortName defines the name of the container-port used to expose the metrics
// endpoint (if enabled).
DefaultMetricsPortName = "metrics-port"

// CdsServiceLabel is a label that is automatically added to the CDS Kubernetes Service,
// allowing using label-based queries to discovery the CDS Service.
CdsServiceLabelKey = "stunner.l7mp.io/config-discovery-service"
)

var (
Expand Down

0 comments on commit d5266cb

Please sign in to comment.