consts

package
v0.36.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 8, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	CortexVersion      = "0.36.0" // CORTEX_VERSION
	CortexVersionMinor = "0.36"   // CORTEX_VERSION_MINOR

	DefaultMaxQueueLength = int64(100)
	DefaultMaxConcurrency = int64(1)

	DefaultUserPodPortStr   = "8080"
	DefaultUserPodPortInt32 = int32(8080)

	ProxyListeningPortStr   = "8888"
	ProxyListeningPortInt32 = int32(8888)

	AdminPortStr   = "15000"
	AdminPortInt32 = int32(15000)

	StatsDPortStr   = "9125"
	StatsDPortInt32 = int32(9125)

	AuthHeader = "X-Cortex-Authorization"

	DefaultInClusterConfigPath   = "/configs/cluster/cluster.yaml"
	MaxBucketLifecycleRules      = 100
	AsyncWorkloadsExpirationDays = int64(7)

	ReservedContainerPorts = []int32{
		ProxyListeningPortInt32,
		AdminPortInt32,
	}
	ReservedContainerNames = []string{
		"dequeuer",
		"proxy",
	}
)

Functions

func DefaultRegistry added in v0.33.0

func DefaultRegistry() string

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL