1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-14 00:06:30 +00:00
prometheus-operator/example/admission-webhook/pod-disruption-budget.yaml
Jayapriya Pai 4e8d55341c
chore: cut v0.79.2
Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
2024-12-18 18:56:14 +05:30

13 lines
360 B
YAML

apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
labels:
app.kubernetes.io/name: prometheus-operator-admission-webhook
app.kubernetes.io/version: 0.79.2
name: prometheus-operator-admission-webhook
namespace: default
spec:
minAvailable: 1
selector:
matchLabels:
app.kubernetes.io/name: prometheus-operator-admission-webhook