MoJo2600 / pihole-kubernetes

PiHole on kubernetes
503 stars 175 forks source link

feat: Add optional PodDisruptionBudget #272

Closed bkonicek closed 10 months ago

bkonicek commented 10 months ago

Adds support for creating a PodDisruptionBudget. This will configure K8s to always attempt to have either minAvailable pods running, or no more than minUnavailable pods unavailable. This will prevent an outage in the event of nodes running the pods being taken out of service for maintenance.