Skip to content

Commit

Permalink
updating kafka in clowdenv config (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason-RH authored Jan 14, 2022
1 parent 420ab31 commit d685436
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions bonfire/resources/ephemeral-cluster-clowdenvironment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ objects:
resources:
limits:
cpu: 1
memory: 1Gi
memory: 2Gi
requests:
cpu: 200m
memory: 256Mi
memory: 1Gi
web:
port: 8000
privatePort: 10000
Expand All @@ -55,11 +55,11 @@ objects:
mode: operator
kafka:
mode: operator
pvc: false
pvc: true
# disable tls/auth for now until core apps are ready
enableLegacyStrimzi: true
cluster:
version: "2.7.0"
version: "2.8.0"
resources:
limits:
cpu: 500m
Expand All @@ -68,8 +68,15 @@ objects:
cpu: 250m
memory: 600Mi
connect:
version: "2.7.0"
image: "quay.io/cloudservices/xjoin-kafka-connect-strimzi:182ab8b"
version: "2.8.0"
image: "quay.io/cloudservices/xjoin-kafka-connect-strimzi:61cc1b8"
resources:
limits:
cpu: 500m
memory: 1Gi
requests:
cpu: 250m
memory: 512Mi
db:
mode: local
pvc: false
Expand All @@ -93,3 +100,4 @@ parameters:
value: iqe-vault
- name: IQE_VAULT_SECRET_NAMESPACE
value: ephemeral-base

0 comments on commit d685436

Please sign in to comment.