Skip to content

Commit

Permalink
Use ephemeral storage for Kafka tests (#419)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Earls <[email protected]>
  • Loading branch information
kevinearls authored and objectiser committed May 16, 2019
1 parent e907957 commit 7f70e8a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions test/kafka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,11 @@ spec:
transaction.state.log.min.isr: 1
log.message.format.version: "2.1"
storage:
type: persistent-claim
size: 100Gi
deleteClaim: false
type: ephemeral
zookeeper:
replicas: 1
storage:
type: persistent-claim
size: 100Gi
deleteClaim: false
type: ephemeral
entityOperator:
topicOperator: {}
userOperator: {}
Expand Down

0 comments on commit 7f70e8a

Please sign in to comment.