Skip to content

Commit

Permalink
Disable ksqlheadless by default (confluentinc#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
gAmUssA authored Aug 16, 2018
1 parent a90f5af commit a02711f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,14 @@ cp-kafka-connect:
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
# memory: 128Mi

## ------------------------------------------------------
## KSQL Server
## ------------------------------------------------------
cp-ksql-server:
enabled: true
image: confluentinc/cp-ksql-server
imageTag: 5.0.0
ksql:
headless: false

0 comments on commit a02711f

Please sign in to comment.