Skip to content

Commit

Permalink
Hardering PDB settings (#123)
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Paskal <paskal.maksim@gmail.com>
maksim-paskal authored Sep 2, 2024
1 parent 8a9b74b commit 990d6c0
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
@@ -4,7 +4,7 @@ metadata:
name: coredns
namespace: kube-system
spec:
minAvailable: 1
maxUnavailable: 1
selector:
matchLabels:
k8s-app: kube-dns
@@ -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
@@ -81,7 +81,7 @@ metadata:
name: docker-registry
namespace: kube-system
spec:
minAvailable: 1
maxUnavailable: 1
selector:
matchLabels:
app: docker-registry

0 comments on commit 990d6c0

Please sign in to comment.