Skip to content

Commit

Permalink
upsize default kafka volume capacity
Browse files Browse the repository at this point in the history
  • Loading branch information
nasark committed Feb 9, 2023
1 parent 291e62f commit 343bde1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ func kafkaImageTag(cr *miqv1alpha1.ManageIQ) string {

func kafkaVolumeCapacity(cr *miqv1alpha1.ManageIQ) string {
if cr.Spec.KafkaVolumeCapacity == "" {
return "1Gi"
return "2Gi"
} else {
return cr.Spec.KafkaVolumeCapacity
}
Expand Down

0 comments on commit 343bde1

Please sign in to comment.