Skip to content

Commit

Permalink
Hardering PDB settings
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Paskal <[email protected]>
  • Loading branch information
maksim-paskal committed Sep 2, 2024
1 parent 8a9b74b commit 53454b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts/chart/templates/pdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: coredns
namespace: kube-system
spec:
minAvailable: 1
maxUnavailable: 1
selector:
matchLabels:
k8s-app: kube-dns
Expand All @@ -15,7 +15,7 @@ metadata:
name: hcloud-cloud-controller-manager
namespace: kube-system
spec:
minAvailable: 1
maxUnavailable: 1
selector:
matchLabels:
app.kubernetes.io/name: hcloud-cloud-controller-manager
2 changes: 1 addition & 1 deletion scripts/chart/templates/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ metadata:
name: docker-registry
namespace: kube-system
spec:
minAvailable: 1
maxUnavailable: 1
selector:
matchLabels:
app: docker-registry
Expand Down

0 comments on commit 53454b1

Please sign in to comment.