Documentation ¶
Index ¶
Constants ¶
View Source
const ( CHAOSMESH_NAMESPACE = "chaos-mesh" CHAOSMESH_DURATION = "5m" CHAOSMESH_LATENCY = "15ms" CHAOSMESH_LATENCY_JITTER = "5ms" )
View Source
const ( NAMESPACE = "hexagon" LOG_LEVEL = "info" TRACING = true )
View Source
const ( KAFKA_PORT = 9092 KAFKA_CLUSTER_NAME = "my-cluster" // default name from strimzi kafka operator getting started guide KAFKA_NAMESPACE = "kafka" // default name from strimzi kafka operator getting started guide KAFKA_PARTITIONS = 1 KAFKA_REPLICATIONS = 1 )
View Source
const ( LOAD_GENERATOR_IMAGE_NAME = "hiroki11hanada/tb-load-generator" LIMIT_MEM_LG = "1Gi" )
View Source
const ( MONGO_IMAGE_NAME = "hiroki11hanada/stateful-unit-mongo" MONGO_PORT = 27017 MONGO_USERNAME = "root" MONGO_PASSWORD = "password" )
View Source
const ( OTEL_COLLECTOR_PORT = 4317 OTEL_COLLECTOR_NAME = "otel-collector-collector" OTEL_COLLECTOR_NAMESPACE = "monitoring" )
View Source
const ( REDIS_IMAGE_NAME = "hiroki11hanada/stateful-unit-redis" REDIS_PORT = 6379 )
View Source
const ( SERVICE_UNIT_IMAGE_NAME = "hiroki11hanada/service-unit" REPLICAS = 1 REQUEST_CPU = "125m" REQUEST_MEM = "64Mi" LIMIT_CPU = "250m" LIMIT_MEM = "128Mi" HTTP_PORT = 8080 GRPC_PORT = 9090 )
View Source
const (
POSTGRES_PORT = 5432
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.