diff --git a/kube/configs/api-beta.pdb.yaml b/kube/configs/api-beta.pdb.yaml new file mode 100644 index 00000000..0520f8a5 --- /dev/null +++ b/kube/configs/api-beta.pdb.yaml @@ -0,0 +1,10 @@ +apiVersion: policy/v1 +kind: PodDisruptionBudget +metadata: + name: rs-api-beta +spec: + maxUnavailable: 1 + selector: + matchLabels: + app: rs-api-beta + diff --git a/kube/configs/api.pdb.yaml b/kube/configs/api.pdb.yaml new file mode 100644 index 00000000..e5b9ca28 --- /dev/null +++ b/kube/configs/api.pdb.yaml @@ -0,0 +1,10 @@ +apiVersion: policy/v1 +kind: PodDisruptionBudget +metadata: + name: rs-api +spec: + maxUnavailable: 1 + selector: + matchLabels: + app: rs-api + diff --git a/kube/configs/browserless.pdb.yaml b/kube/configs/browserless.pdb.yaml new file mode 100644 index 00000000..90a1dd2e --- /dev/null +++ b/kube/configs/browserless.pdb.yaml @@ -0,0 +1,10 @@ +apiVersion: policy/v1 +kind: PodDisruptionBudget +metadata: + name: rs-browserless +spec: + maxUnavailable: 1 + selector: + matchLabels: + app: rs-browserless +