Skip to content

Commit ea4bfa6

Browse files
author
Andreas Mautsch
committed
changes
1 parent 6742560 commit ea4bfa6

File tree

3 files changed

+8
-61
lines changed

3 files changed

+8
-61
lines changed

terraform/event/kafka.tf renamed to terraform/data/kafka.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ resource "helm_release" "kafka" {
5050
name = "commonLabels.app"
5151
value = "kafka"
5252
}
53+
54+
set {
55+
name = "controller.readinessProbe.initialDelaySeconds"
56+
value = "5"
57+
}
5358
}
5459

5560
# manually remove the pvc to avoid password problems

terraform/data/variables.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
locals {
2+
kafka_replica_count = "1" #for production this should be 3
3+
}

xargocd/event/kafka.tf

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)