Skip to content

Commit

Permalink
docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
chgl committed Dec 18, 2024
1 parent c994a47 commit afedfa9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/blaze/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ helm install blaze oci://ghcr.io/miracum/charts/blaze -n blaze
| persistence.size | string | `"8Gi"` | PVC Storage Request for volume |
| persistence.storageClass | string | `""` | PVC Storage Class for data volume If defined, storageClassName: <storageClass> If set to "-", storageClassName: "", which disables dynamic provisioning If undefined (the default) or set to null, no storageClassName spec is set, choosing the default provisioner. |
| podAnnotations | object | `{}` | annotations to set on the main deployment's pod |
| podSecurityContext | object | `{}` | the pod security context |
| podSecurityContext | object | `{"fsGroup":1001,"runAsNonRoot":true}` | the pod security context |
| replicaCount | int | `1` | number of replicas. ⚠️ Blaze does not support running with multiple replicas. |
| resources | object | `{}` | configure the resource requests and limits |
| resourcesPreset | string | `"medium"` | set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if primary.resources is set (primary.resources is recommended for production). More information: <https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L15> |
Expand Down
4 changes: 2 additions & 2 deletions charts/datashield/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ helm install --create-namespace -n datashield datashield oci://ghcr.io/miracum/c
| opal.persistence.size | string | `"8Gi"` | PVC Storage Request for volume |
| opal.persistence.storageClass | string | `""` | PVC Storage Class for data volume If defined, storageClassName: <storageClass> If set to "-", storageClassName: "", which disables dynamic provisioning If undefined (the default) or set to null, no storageClassName spec is set, choosing the default provisioner. |
| opal.podAnnotations | object | `{}` | annotations to set on the opal pod |
| opal.podSecurityContext | object | `{"fsGroup":100}` | the pod security context |
| opal.podSecurityContext | object | `{"fsGroup":10041,"runAsNonRoot":true}` | the pod security context |
| opal.replicaCount | int | `1` | number of replicas. Should be kept as 1 unless ReadWriteMany persistence is used |
| opal.resources | object | `{}` | resource limits and requests |
| opal.resourcesPreset | string | `"small"` | set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if primary.resources is set (primary.resources is recommended for production). More information: <https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L15> |
Expand Down Expand Up @@ -97,7 +97,7 @@ helm install --create-namespace -n datashield datashield oci://ghcr.io/miracum/c
| rock.persistence.selector | object | `{}` | selector to match an existing Persistent Volume (this value is evaluated as a template) selector: matchLabels: app: my-app |
| rock.persistence.size | string | `"8Gi"` | PVC Storage Request for volume |
| rock.persistence.storageClass | string | `""` | PVC Storage Class for data volume If defined, storageClassName: <storageClass> If set to "-", storageClassName: "", which disables dynamic provisioning If undefined (the default) or set to null, no storageClassName spec is set, choosing the default provisioner. |
| rock.podSecurityContext | object | `{"fsGroup":101}` | pod security context |
| rock.podSecurityContext | object | `{"fsGroup":65534,"runAsNonRoot":true}` | pod security context |
| rock.replicaCount | int | `1` | number of rock instances in the cluster |
| rock.resources | object | `{}` | resource limits and requests |
| rock.resourcesPreset | string | `"small"` | set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if primary.resources is set (primary.resources is recommended for production). More information: <https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L15> |
Expand Down

0 comments on commit afedfa9

Please sign in to comment.