Skip to content

Make configuration of emptyDir or pvcs as storage resources simpler  #497

@razvan

Description

@razvan

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

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions