prometheus operator v0.93.1
ThanosRuler.spec.initContainers[].startupProbe.tcpSocket.port.spec.updateStrategy
updateStrategy indicates the strategy that will be employed to update Pods in the StatefulSet when a revision is made to statefulset's Pod Template. The default strategy is RollingUpdate.
| Field / Type | Description |
|---|---|
rollingUpdate is used to communicate parameters when type is RollingUpdate. | |
type | type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
|