ngrok / kubernetes-ingress-controller

The official ngrok Ingress Controller for Kubernetes
https://ngrok.com
MIT License
184 stars 20 forks source link

Allow configuring a pod disruption budget #255

Closed jonstacks closed 1 year ago

jonstacks commented 1 year ago

Description

Allow users to configure a Pod Disruption Budget for the ingress controller in the helm chart.

Use Case

In cases when running multiple replicas, this allows application owners to help manage voluntary disruptions to the ingress controller for higher availability.

A PDB limits the number of Pods of a replicated application that are down simultaneously from voluntary disruptions.

Related issues

No response