Skip to content

Commit

Permalink
Documentation Updated
Browse files Browse the repository at this point in the history
Signed-off-by: Aayush Subramaniam <[email protected]>
  • Loading branch information
aayushsss1 committed May 16, 2024
1 parent 8ce72ae commit 9cad52b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/resources/stateful_set_v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ resource "kubernetes_stateful_set_v1" "prometheus" {
}
spec {
min_ready_seconds = 10
pod_management_policy = "Parallel"
replicas = 1
revision_history_limit = 5
Expand Down Expand Up @@ -260,6 +261,8 @@ The following arguments are supported:

* `persistent_volume_claim_retention_policy` - (Optional) The object controls if and how PVCs are deleted during the lifecycle of a StatefulSet.

* `min_ready_seconds` - (Optional) - This is an optional field that specifies the minimum number of seconds for which a newly created Pod should be running and ready without any of its containers crashing, for it to be considered available. This field defaults to 0 (the Pod will be considered available as soon as it is ready).

## Nested Blocks

### `spec.template`
Expand Down

0 comments on commit 9cad52b

Please sign in to comment.