Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CentralLoggingConfiguration ¶
func CentralLoggingConfiguration() (component.CentralLoggingConfig, error)
CentralLoggingConfiguration returns a fluent-bit parser and filter for the vali logs.
Types ¶
type PVCAutoscalingConfig ¶
type PVCAutoscalingConfig struct {
// Enabled controls whether the component creates a PersistentVolumeClaimAutoscaler resource.
Enabled bool
// MaxCapacity is the upper bound up to which the PVC may be scaled.
MaxCapacity resource.Quantity
}
PVCAutoscalingConfig configures whether and up to what capacity the Vali PVC is autoscaled.
type Values ¶
type Values struct {
ValiImage string
CuratorImage string
TelegrafImage string
KubeRBACProxyImage string
WithRBACProxy bool
InitLargeDirImage string
IsGardenCluster bool
ClusterType component.ClusterType
Replicas int32
PriorityClassName string
IngressHost string
IstioIngressGatewayLabels map[string]string
IstioIngressGatewayNamespace string
ShootNodeLoggingEnabled bool
Storage *resource.Quantity
PVCAutoscaling PVCAutoscalingConfig
}
Values are the values for the Vali.
Click to show internal directories.
Click to hide internal directories.