Skip to content

Instantly share code, notes, and snippets.

@josephrodriguez
Created July 17, 2022 14:56
Show Gist options
  • Save josephrodriguez/a2e35299b3ad3ced3d45e5ae0dad29b1 to your computer and use it in GitHub Desktop.
Save josephrodriguez/a2e35299b3ad3ced3d45e5ae0dad29b1 to your computer and use it in GitHub Desktop.
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: mysql
spec:
maxUnavailable: 1
selector:
matchLabels:
app: mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment