Skip to content

Commit

Permalink
Switch back to ephemeral volumes (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsquizz authored Sep 23, 2021
1 parent 50e2429 commit c56aeaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bonfire/resources/ephemeral-cluster-clowdenvironment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ objects:
mode: operator
kafka:
mode: operator
pvc: true
pvc: false
# disable tls/auth for now until core apps are ready
enableLegacyStrimzi: true
cluster:
Expand All @@ -72,7 +72,7 @@ objects:
image: "quay.io/cloudservices/xjoin-kafka-connect-strimzi:182ab8b"
db:
mode: local
pvc: true
pvc: false
logging:
mode: none
objectStore:
Expand Down

0 comments on commit c56aeaf

Please sign in to comment.