Update values.yaml

This commit is contained in:
Carlos Rodríguez Hernández
2019-04-11 16:22:01 +02:00
committed by Liviu Costea
parent 70e35364a4
commit 04b5a7eef2

View File

@@ -36,7 +36,6 @@ image:
##
updateStrategy: RollingUpdate
## Limits the number of pods of the replicated application that are down simultaneously from voluntary disruptions
## The PDB will only be created if replicaCount is greater than 1
## ref: https://kubernetes.io/docs/concepts/workloads/pods/disruptions
@@ -44,7 +43,6 @@ updateStrategy: RollingUpdate
podDisruptionBudget:
maxUnavailable: 1
## Partition update strategy
## https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#partitions
##