Skip to content

Commit

Permalink
Set kafka resources in ClowdEnvironment (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsquizz authored Sep 22, 2021
1 parent 186abe6 commit 50e2429
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bonfire/resources/ephemeral-cluster-clowdenvironment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@ objects:
enableLegacyStrimzi: true
cluster:
version: "2.7.0"
resources:
limits:
cpu: 500m
memory: 1Gi
requests:
cpu: 250m
memory: 600Mi
connect:
version: "2.7.0"
image: "quay.io/cloudservices/xjoin-kafka-connect-strimzi:182ab8b"
Expand Down
7 changes: 7 additions & 0 deletions bonfire/resources/local-cluster-clowdenvironment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ objects:
enableLegacyStrimzi: true
cluster:
version: "2.7.0"
resources:
limits:
cpu: 500m
memory: 1Gi
requests:
cpu: 250m
memory: 600Mi
connect:
version: "2.7.0"
image: "quay.io/cloudservices/xjoin-kafka-connect-strimzi:182ab8b"
Expand Down

0 comments on commit 50e2429

Please sign in to comment.