prometheus operator v0.93.1

Alertmanager.spec.storage.volumeClaimTemplate.status.allocatedResourceStatuses.spec.storage

storage defines the definition of how storage will be used by the Alertmanager instances.

4 fields
Alertmanager.spec.storage.volumeClaimTemplate.status.allocatedResourceStatuses.spec.storage fields and descriptions
Field / TypeDescription
disableMountSubPath
boolean

disableMountSubPath deprecated: subPath usage will be removed in a future release.

object

emptyDir to be used by the StatefulSet. If specified, it takes precedence over `ephemeral` and `volumeClaimTemplate`. More info: https://kubernetes.io/docs/concepts/storage/volumes/#emptydir

object

ephemeral to be used by the StatefulSet. This is a beta field in k8s 1.21 and GA in 1.15. For lower versions, starting with k8s 1.19, it requires enabling the GenericEphemeralVolume feature gate. More info: https://kubernetes.io/docs/concepts/storage/ephemeral-volumes/#generic-ephemeral-volumes

object

volumeClaimTemplate defines the PVC spec to be used by the Prometheus StatefulSets. The easiest way to use a volume that cannot be automatically provisioned is to use a label selector alongside manually created PersistentVolumes.