Browse Source

HPCC-26158 Update some comments in values.yaml relating to storage

Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>
Gavin Halliday 3 năm trước cách đây
mục cha
commit
ba793994b3
2 tập tin đã thay đổi với 14 bổ sung13 xóa
  1. 1 1
      helm/hpcc/docs/changes.md
  2. 13 12
      helm/hpcc/values.yaml

+ 1 - 1
helm/hpcc/docs/changes.md

@@ -206,4 +206,4 @@ This is now simplified to:
     plane: sasha
 ```
 
-A value of "" can be used mean use the 1st plane with the sasha catagory.
+A value of "" can be used mean use the 1st plane with the sasha category.

+ 13 - 12
helm/hpcc/values.yaml

@@ -121,24 +121,25 @@ storage:
   planes:
   #   name: <required>
   #   prefix: <path>                        # Root directory for accessing the plane (if pvc defined), or url to access plane.
-  #   subPath: <relative-path>              # Optional sub directory within <prefix> to use as the root directory
-  #   pvc: <name>                           # The name of the persistant volume claim
-  #   numDevices: 1                         # number of devices that are part of the plane
-  #   replication: nullptr                  # a list or single item indicating which planes the data should be replicated onto
-  #   includeDeviceInPath: false            # Is the device number appended to the mount for the physical path for a file?  (Only required in unusual situations)
-  #   hosts: <name>                         # Name of the host group for bare metal - must match the name of the storage plane..
-  #   secret: <secret-id>                   # what secret is required to access the files.  This could optionally become a list if required (or add secrets:).
-  #   defaultSprayParts: 4                  # The number of partitions created when spraying (default: 1)
-  #   cost:                                 # The storage cost
-  #     storageAtRest: 0.113                # Storage at rest cost: cost per GiB/month
-  #   options:                              # not sure if it is needed
+  #   category: data|dali|lz|dll|spill|temp # What category of data is stored on this plane?
   #
   # For dynamic pvc creation:
   #   storageClass: ''
   #   storageSize: 1Gi
-  #   storageMode: "ReadWriteOnce"|"ReadWriteMany"
   #
+  # For persistent storage:
+  #   pvc: <name>                           # The name of the persistant volume claim
   #   forcePermissions: false
+  #   hosts: [ <host-list ]                 # Inline list of hosts
+  #   hostGroup: <name>                     # Name of the host group for bare metal - must match the name of the storage plane..
+  #
+  # Other options:
+  #   subPath: <relative-path>              # Optional sub directory within <prefix> to use as the root directory
+  #   numDevices: 1                         # number of devices that are part of the plane
+  #   secret: <secret-id>                   # what secret is required to access the files.  This could optionally become a list if required (or add secrets:).
+  #   defaultSprayParts: 4                  # The number of partitions created when spraying (default: 1)
+  #   cost:                                 # The storage cost
+  #     storageAtRest: 0.113                # Storage at rest cost: cost per GiB/month
 
   - name: dali
     storageClass: ""