first commit
This commit is contained in:
10
k8s/regional/pdb.yaml
Normal file
10
k8s/regional/pdb.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
apiVersion: policy/v1
|
||||
kind: PodDisruptionBudget
|
||||
metadata:
|
||||
name: ${APP_NAME}-regional
|
||||
namespace: ${K8S_NAMESPACE}
|
||||
spec:
|
||||
minAvailable: ${PDB_MIN_AVAILABLE}
|
||||
selector:
|
||||
matchLabels:
|
||||
app: ${APP_NAME}-regional
|
||||
Reference in New Issue
Block a user