You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/ontoserver/README.md
+15-16Lines changed: 15 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -514,12 +514,12 @@ The ArgoCD examples use multi-source Applications with both the `ontoserver` and
514
514
| `ontoserver.deployment.persistence.enabledForDeployment` | Enable PVC on Deployment | `false` |
515
515
| `ontoserver.deployment.persistence.mode` | shared | split - Use one or separate PV for db and lucene files | `split` |
516
516
| `ontoserver.deployment.persistence.files.accessMode` | PVC access mode. Use ReadWriteOnce for single instances and StatefulSet scaled deployments (each pod gets its own PVC via volumeClaimTemplates). Shared volumes across pods are not supported — Lucene indexes are pod-local. | `ReadWriteOnce` |
517
+
| `ontoserver.deployment.persistence.files.storageSize` | Requested storage size for the Ontoserver files volume | `10Gi` |
517
518
| `ontoserver.deployment.persistence.files.existingVolume.enabled` | Bind to existing PV (Deployment only; not supported for StatefulSet) | `false` |
518
519
| `ontoserver.deployment.persistence.files.existingVolume.name` | Name of existing PV | `""` |
519
520
| `ontoserver.deployment.persistence.files.pv.enabled` | Create a PersistentVolume for the files PVC backed by a pre-provisioned disk (requires existingVolume.enabled and existingVolume.name) | `false` |
520
521
| `ontoserver.deployment.persistence.files.pv.diskURI` | CSI volumeHandle — cloud-specific disk identifier (required when enabled, e.g. Azure disk resource ID or EBS volume ID) | `""` |
521
522
| `ontoserver.deployment.persistence.files.pv.csiDriver` | CSI driver (required when enabled, e.g. disk.csi.azure.com or ebs.csi.aws.com) | `""` |
| `ontoserver.deployment.persistence.files.pv.storageClassName` | StorageClass name (defaults to RELEASE-ontoserver-files) | `""` |
524
524
| `ontoserver.deployment.persistence.files.storageClass.name` | StorageClass name to use when provided.enabled is false; leave empty to use the cluster default StorageClass | `default` |
525
525
| `ontoserver.deployment.persistence.files.storageClass.provided.enabled` | Use provided storageClass | `true` |
@@ -529,12 +529,12 @@ The ArgoCD examples use multi-source Applications with both the `ontoserver` and
| `ontoserver.deployment.persistence.dbfiles.accessMode` | PVC access mode. Use ReadWriteOnce; only relevant for single-instance deployments with sidecar db (scaled deployments require external PostgreSQL and do not use dbfiles). | `ReadWriteOnce` |
532
+
| `ontoserver.deployment.persistence.dbfiles.storageSize` | Requested storage size for the database files volume | `10Gi` |
532
533
| `ontoserver.deployment.persistence.dbfiles.existingVolume.enabled` | Bind to existing PV (Deployment only; not supported for StatefulSet) | `false` |
533
534
| `ontoserver.deployment.persistence.dbfiles.existingVolume.name` | Name of existing PV | `""` |
534
535
| `ontoserver.deployment.persistence.dbfiles.pv.enabled` | Create a PersistentVolume for the db-files PVC backed by a pre-provisioned disk (requires existingVolume.enabled and existingVolume.name; only used in split mode with db.enabled) | `false` |
535
536
| `ontoserver.deployment.persistence.dbfiles.pv.diskURI` | CSI volumeHandle — cloud-specific disk identifier (required when enabled, e.g. Azure disk resource ID or EBS volume ID) | `""` |
536
537
| `ontoserver.deployment.persistence.dbfiles.pv.csiDriver` | CSI driver (required when enabled, e.g. disk.csi.azure.com or ebs.csi.aws.com) | `""` |
| `ontoserver.deployment.persistence.dbfiles.pv.storageClassName` | StorageClass name (defaults to RELEASE-ontoserver-db-files) | `""` |
539
539
| `ontoserver.deployment.persistence.dbfiles.storageClass.name` | StorageClass name to use when provided.enabled is false; leave empty to use the cluster default StorageClass | `default` |
540
540
| `ontoserver.deployment.persistence.dbfiles.storageClass.provided.enabled` | Use provided storageClass | `true` |
@@ -568,20 +568,18 @@ The ArgoCD examples use multi-source Applications with both the `ontoserver` and
0 commit comments