Files
mesh/helm/chart/maesh/charts/tracing/templates/jaeger-pdb.yaml
T
2019-08-07 08:47:00 +02:00

18 lines
423 B
YAML

---
apiVersion: policy/v1beta1
kind: PodDisruptionBudget
metadata:
name: jaeger
labels:
app: {{ .Release.Name | quote }}
chart: {{ include "maesh.chartLabel" . | quote }}
release: {{ .Release.Name | quote }}
heritage: {{ .Release.Service | quote }}
spec:
minAvailable: 1
selector:
matchLabels:
app: jaeger
app.kubernetes.io/name: jaeger
app.kubernetes.io/component: all-in-one