Changeset View
Changeset View
Standalone View
Standalone View
helm/dagster/values.yaml
Show First 20 Lines • Show All 125 Lines • ▼ Show 20 Lines | startupProbe: | ||||
successThreshold: 1 | successThreshold: 1 | ||||
failureThreshold: 12 | failureThreshold: 12 | ||||
#################################################################################################### | #################################################################################################### | ||||
# Compute Log Manager: Configuration for the compute log manager | # Compute Log Manager: Configuration for the compute log manager | ||||
#################################################################################################### | #################################################################################################### | ||||
computeLogManager: | computeLogManager: | ||||
# Type can be one of [ | # Type can be one of [ | ||||
# LocalComputeLogManager, | # NoOpComputeLogManager, | ||||
# LocalComputeLogManager (deprecated - if set, NoOpComputeLogManager will be used instead), | |||||
alangenfeld: nit maybe call more detail here - that it actually just points to NoOp | |||||
# AzureBlobComputeLogManager, | # AzureBlobComputeLogManager, | ||||
# GCSComputeLogManager, | # GCSComputeLogManager, | ||||
# S3ComputeLogManager, | # S3ComputeLogManager, | ||||
# CustomComputeLogManager, | # CustomComputeLogManager, | ||||
# ] | # ] | ||||
type: LocalComputeLogManager | type: NoOpComputeLogManager | ||||
config: {} | config: {} | ||||
## Uncomment this configuration if the AzureBlobComputeLogManager is selected | ## Uncomment this configuration if the AzureBlobComputeLogManager is selected | ||||
# azureBlobComputeLogManager: | # azureBlobComputeLogManager: | ||||
# storageAccount: ~ | # storageAccount: ~ | ||||
# container: ~ | # container: ~ | ||||
# secretKey: ~ | # secretKey: ~ | ||||
# localDir: ~ | # localDir: ~ | ||||
# prefix: ~ | # prefix: ~ | ||||
▲ Show 20 Lines • Show All 745 Lines • Show Last 20 Lines |
nit maybe call more detail here - that it actually just points to NoOp