Skip to main content

Pod Management Policy

Artifact Hub

The podManagementPolicy option expects a string which sets the podManagementPolicy Kubernetes attribute for a StatefulSets.

Default Value For podManagementPolicy

podManagementPolicy: OrderedReady

Example: Custom Name for Headless Service

containers:
- image: john/appbackend
podManagementPolicy: Parallel