Skip to content

Commit

Permalink
Merge pull request #9 from Portkey-AI/fix/clickhouse_internal
Browse files Browse the repository at this point in the history
fix: clickhouse internal setup
  • Loading branch information
sk-portkey authored Oct 30, 2024
2 parents 45941b1 + 11826d8 commit 5c905a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion charts/portkey-app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,9 @@ clickhouse:
nodeSelector: {}
tolerations: []
affinity: {}
volumes: []
volumes:
- name: data
emptyDir: {}
# We recommend using a persistent volume and increasing the storage size to something like 50Gi when using in a production environment!
persistence:
enabled: false
Expand Down

0 comments on commit 5c905a5

Please sign in to comment.