Skip to content

Commit

Permalink
fix: set podDisruptionBudget.enabled to false
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Garcia Sanchez <info@raulgarcia.de>
  • Loading branch information
MarcHenriotMMS authored and rgarcia89 committed Jul 12, 2023
1 parent fce0169 commit 62f997c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions values.yaml
Expand Up @@ -383,7 +383,7 @@ nginx:
automountServiceAccountToken: false
replicas: 1
podDisruptionBudget:
enabled: true
enabled: false
minAvailable: 1
# maxUnavailable: 1
revisionHistoryLimit: 10
Expand Down Expand Up @@ -418,7 +418,7 @@ portal:
automountServiceAccountToken: false
replicas: 1
podDisruptionBudget:
enabled: true
enabled: false
minAvailable: 1
# maxUnavailable: 1
revisionHistoryLimit: 10
Expand Down Expand Up @@ -453,7 +453,7 @@ core:
automountServiceAccountToken: false
replicas: 1
podDisruptionBudget:
enabled: true
enabled: false
minAvailable: 1
# maxUnavailable: 1
revisionHistoryLimit: 10
Expand Down Expand Up @@ -517,7 +517,7 @@ jobservice:
tag: dev
replicas: 1
podDisruptionBudget:
enabled: true
enabled: false
minAvailable: 1
# maxUnavailable: 1
revisionHistoryLimit: 10
Expand Down Expand Up @@ -593,7 +593,7 @@ registry:
extraEnvVars: []
replicas: 1
podDisruptionBudget:
enabled: true
enabled: false
minAvailable: 1
# maxUnavailable: 1
revisionHistoryLimit: 10
Expand Down Expand Up @@ -662,7 +662,7 @@ trivy:
# replicas the number of Pod replicas
replicas: 1
podDisruptionBudget:
enabled: true
enabled: false
minAvailable: 1
# maxUnavailable: 1
# debugMode the flag to enable Trivy debug mode with more verbose scanning log
Expand Down

0 comments on commit 62f997c

Please sign in to comment.