Skip to content
This repository has been archived by the owner on Oct 31, 2021. It is now read-only.

Commit

Permalink
Fixing deployments, removed PDB.
Browse files Browse the repository at this point in the history
PodDisruptionBudget was causing problems with the deployment.
  • Loading branch information
elliotcourant committed Sep 24, 2021
1 parent a4afdcc commit 7a3236b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion values.acceptance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ nodeSelector:
kubernetes.io/arch: amd64

disruption:
enabled: true
enabled: false
maxUnavailable: 1
minAvailable: 1

Expand Down
2 changes: 1 addition & 1 deletion values.dog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ nodeSelector:
kubernetes.io/arch: amd64

disruption:
enabled: true
enabled: false
maxUnavailable: 1
minAvailable: 1

Expand Down
2 changes: 1 addition & 1 deletion values.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ nodeSelector:
kubernetes.io/arch: amd64

disruption:
enabled: true
enabled: false
maxUnavailable: 1
minAvailable: 1

Expand Down

0 comments on commit 7a3236b

Please sign in to comment.