Skip to content

Commit

Permalink
Merge pull request ManageIQ#936 from nasark/upsize_kafka_volume
Browse files Browse the repository at this point in the history
Upsize default Kafka volume capacity
  • Loading branch information
bdunne authored Apr 25, 2023
2 parents 1e331e5 + 343bde1 commit 9d4d4e3
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 9d4d4e3

Please sign in to comment.