Skip to content

Instantly share code, notes, and snippets.

@russmiles
Created July 18, 2018 21:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save russmiles/bfdda0e7fff280d0840faf371dfb4b31 to your computer and use it in GitHub Desktop.
Save russmiles/bfdda0e7fff280d0840faf371dfb4b31 to your computer and use it in GitHub Desktop.
{
"apiVersion": "policy/v1beta1",
"kind": "PodDisruptionBudget",
"metadata": {
"name": "my-app-pdb"
},
"spec": {
"minAvailable": 3,
"selector": {
"matchLabels": {
"name": "my-app"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment