-
-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
release-note/action-requiredDenotes a PR that introduces potentially breaking changes that require user action.Denotes a PR that introduces potentially breaking changes that require user action.type/feature-improvement
Description
Description
Make it possible to define storage resource manifests as:
storage:
segmentCache: # Enum called e.g. "StorageVolumeConfig" (new)
emptyDir: # struct EmptyDirConfig (new)
capacity: 10Gi
medium: "" # or "Memory"
# OR
pvc: # PvcConfig struct
capacity: 10Gi
storageClass: "ssd"
freePercentage: 5 # default: 5
Blocks: stackabletech/druid-operator#306
Metadata
Metadata
Assignees
Labels
release-note/action-requiredDenotes a PR that introduces potentially breaking changes that require user action.Denotes a PR that introduces potentially breaking changes that require user action.type/feature-improvement