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
CLD-703: Support additional volumeClaimTemplates (#99)
* CLD-703: Support additional volumeClaimTemplates
* change extraVolume and extraVolumeMount to additionalVolume and additionalVolumeMount
* update parameters section in README for additionalVolumes and additionalVolumeMounts
* provide example for additional Volumes
* remove duplicated service.annotations
* remove persistence.mountPath
| `extraVolumes` | Extra list of additional volumes for MarkLogic statefulset | `[]` |
501
-
| `extraVolumeMounts` | Extra list of additional volumeMounts for MarkLogic container | `[]` |
502
501
| `additionalContainerPorts` | List of ports in addition to the defaults exposed at the container level (Note: This does not typically need to be updated. Use `service.additionalPorts` to expose app server ports.) | `[]` |
502
+
| `additionalVolumes` | List of additional volumes to add to the MarkLogic containers | `[]` |
503
+
| `additionalVolumeMounts` | List of mount points for the additional volumes to add to the MarkLogic containers | `[]` |
503
504
| `service.type` | type of the default service | `ClusterIP` |
504
505
| `service.additionalPorts` | List of ports in addition to the defaults exposed at the service level. | `[]` |
505
506
| `serviceAccount.create` | Enable this parameter to create a service account for a MarkLogic Pod | `true` |
0 commit comments