apiVersion: v1
kind: ConfigMap
metadata:
  name: binacle-presets
data:
  Presets.json: |
    {
      "PresetOptions": {
        "Presets": {
          "custom-preset-1": {
            "Bins": [
              {
                "ID": "bin-1",
                "Length": 60,
                "Width": 40,
                "Height": 10
              },
              {
                "ID": "bin-2",
                "Length": 60,
                "Width": 40,
                "Height": 20
              }
            ]
          },
          "custom-preset-2": {
            "Bins": [
              {
                "ID": "cube-1",
                "Length": 10,
                "Width": 10,
                "Height": 10
              },
              {
                "ID": "cube-2",
                "Length": 20,
                "Width": 20,
                "Height": 20
              },
              {
                "ID": "cube-3",
                "Length": 30,
                "Width": 30,
                "Height": 30
              },
              {
                "ID": "cube-4",
                "Length": 40,
                "Width": 40,
                "Height": 40
              }
            ]
          }
        }
      }
    }
